mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-klauspost-compress: Update to 1.18.0.
* gnu/packages/golang-compression.scm (go-github-com-klauspost-compress): Update to 1.18.0. Change-Id: I916d75c160a7a90874740aba4206bfe9665110df
This commit is contained in:
parent
73cb37ad87
commit
c1b018d0d9
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ library included in the stdlib, and supports GIF, TIFF and PDF.")
|
||||||
(define-public go-github-com-klauspost-compress
|
(define-public go-github-com-klauspost-compress
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-klauspost-compress")
|
(name "go-github-com-klauspost-compress")
|
||||||
(version "1.17.11")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -211,7 +211,7 @@ library included in the stdlib, and supports GIF, TIFF and PDF.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1i8r1xiba62nng651p4razxg1kw1910sl4grm7axm2g4q8s3i298"))))
|
(base32 "1vpk98rkfc67pniqj7xvxm2b275xwzav8rnca06023py769rlkyy"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue