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:
Sharlatan Hellseher 2025-02-25 22:41:53 +00:00
parent 73cb37ad87
commit c1b018d0d9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -202,7 +202,7 @@ library included in the stdlib, and supports GIF, TIFF and PDF.")
(define-public go-github-com-klauspost-compress
(package
(name "go-github-com-klauspost-compress")
(version "1.17.11")
(version "1.18.0")
(source
(origin
(method git-fetch)
@ -211,7 +211,7 @@ library included in the stdlib, and supports GIF, TIFF and PDF.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1i8r1xiba62nng651p4razxg1kw1910sl4grm7axm2g4q8s3i298"))))
(base32 "1vpk98rkfc67pniqj7xvxm2b275xwzav8rnca06023py769rlkyy"))))
(build-system go-build-system)
(arguments
(list