diff options
author | John Darrington <john@darrington.wattle.id.au> | 2017-02-17 07:10:27 +0100 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2017-02-17 07:14:40 +0100 |
commit | c5481600bbc27111f154e22c37ebc0824a575b26 (patch) | |
tree | 270528f0bbf2dcd16cc711ccf435e79867ef130f | |
parent | 96aad36f9f0f328756753964f2769bb47bf7146a (diff) | |
download | guix-c5481600bbc27111f154e22c37ebc0824a575b26.tar.gz guix-c5481600bbc27111f154e22c37ebc0824a575b26.zip |
gnu: gperf: Update to 3.1
* gnu/packages/gperf.scm (gperf): Update to 3.1
-rw-r--r-- | gnu/packages/gperf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gperf.scm b/gnu/packages/gperf.scm index 9d9aaba3ce..5e55f8d86f 100644 --- a/gnu/packages/gperf.scm +++ b/gnu/packages/gperf.scm @@ -25,7 +25,7 @@ (define-public gperf (package (name "gperf") - (version "3.0.4") + (version "3.1") (source (origin (method url-fetch) @@ -33,7 +33,7 @@ version ".tar.gz")) (sha256 (base32 - "0gnnm8iqcl52m8iha3sxrzrl9mcyhg7lfrhhqgdn4zj00ji14wbn")))) + "1qispg6i508rq8pkajh26cznwimbnj06wq9sd85vg95v8nwld1aq")))) (build-system gnu-build-system) (arguments '(#:parallel-tests? #f)) (home-page "http://www.gnu.org/software/gperf/") |