me
/
guix
Archived
1
0
Fork 0

gnu: gperf: Update to 3.1

* gnu/packages/gperf.scm (gperf): Update to 3.1
master
John Darrington 2017-02-17 07:10:27 +01:00 committed by John Darrington
parent 96aad36f9f
commit c5481600bb
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with 2 additions and 2 deletions

View File

@ -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/")