mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gperf: Update to 3.3.
* gnu/packages/gperf.scm (gperf): Update to 3.3. Change-Id: I34c9e5705cd0ec0b5122f341d14abeb9bed249de Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
3eb30a1cfb
commit
60e7a9e9bd
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
(define-public gperf
|
||||
(package
|
||||
(name "gperf")
|
||||
(version "3.1")
|
||||
(version "3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -33,7 +33,7 @@
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qispg6i508rq8pkajh26cznwimbnj06wq9sd85vg95v8nwld1aq"))))
|
||||
"1n2ac3cxinbfbq41jdpb7mlz58q3vga6rzbshdaf0fp4lymy11zx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:parallel-tests? #f))
|
||||
(home-page "https://www.gnu.org/software/gperf/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue