mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
parent
0d9b2c5e0d
commit
aa1852d0f6
1 changed files with 0 additions and 12 deletions
|
@ -45,18 +45,6 @@ the hash function is perfect means that no collisions can exist and that
|
||||||
look-ups can be made by single string comparisons.")
|
look-ups can be made by single string comparisons.")
|
||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
|
||||||
(define-public gperf-3.1
|
|
||||||
(package
|
|
||||||
(inherit gperf)
|
|
||||||
(version "3.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnu/gperf/gperf-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1qispg6i508rq8pkajh26cznwimbnj06wq9sd85vg95v8nwld1aq"))))))
|
|
||||||
|
|
||||||
(define-public gperf-3.0
|
(define-public gperf-3.0
|
||||||
;; This older version would use 'unsigned int' in its generated lookup
|
;; This older version would use 'unsigned int' in its generated lookup
|
||||||
;; functions whereas 3.1 uses 'size_t', which causes breakage such as
|
;; functions whereas 3.1 uses 'size_t', which causes breakage such as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue