mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: gperf: Update to 3.1
* gnu/packages/gperf.scm (gperf): Update to 3.1
This commit is contained in:
parent
96aad36f9f
commit
c5481600bb
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ (define-module (gnu packages gperf)
|
||||||
(define-public gperf
|
(define-public gperf
|
||||||
(package
|
(package
|
||||||
(name "gperf")
|
(name "gperf")
|
||||||
(version "3.0.4")
|
(version "3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -33,7 +33,7 @@ (define-public gperf
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gnnm8iqcl52m8iha3sxrzrl9mcyhg7lfrhhqgdn4zj00ji14wbn"))))
|
"1qispg6i508rq8pkajh26cznwimbnj06wq9sd85vg95v8nwld1aq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:parallel-tests? #f))
|
(arguments '(#:parallel-tests? #f))
|
||||||
(home-page "http://www.gnu.org/software/gperf/")
|
(home-page "http://www.gnu.org/software/gperf/")
|
||||||
|
|
Loading…
Reference in a new issue