mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: c-blosc2: Update to 2.22.0.
* gnu/packages/compression.scm (c-blosc2): Update to 2.22.0. Change-Id: I4043f73d1857261444fd7b33e8db3b6416398da6
This commit is contained in:
parent
8fa8eedcdc
commit
aa43e19efa
1 changed files with 2 additions and 2 deletions
|
|
@ -2876,7 +2876,7 @@ computations.")
|
|||
(define-public c-blosc2
|
||||
(package
|
||||
(name "c-blosc2")
|
||||
(version "2.15.2")
|
||||
(version "2.22.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -2885,7 +2885,7 @@ computations.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17kqwvw2n6bgzidi8f5906s5hc9wm1lbfbpd491gf7csxjck99sx"))))
|
||||
"147gkmdrqbw3knqmsj8pc2x0jqcrai81wxjj5f3jna556krpxq6i"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:parallel-tests? #f
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue