mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libbytesize: Update to 2.10.
* gnu/packages/c.scm (libbytesize): Update to 2.10. Change-Id: Id0640e9c118fcf3ced3f6c6aa145a0f15e4f07d8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0744f00e13
commit
355795f2d8
1 changed files with 2 additions and 2 deletions
|
@ -436,7 +436,7 @@ with the following features:
|
||||||
(define-public libbytesize
|
(define-public libbytesize
|
||||||
(package
|
(package
|
||||||
(name "libbytesize")
|
(name "libbytesize")
|
||||||
(version "2.6")
|
(version "2.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -444,7 +444,7 @@ with the following features:
|
||||||
"download/" version "/libbytesize-" version ".tar.gz"))
|
"download/" version "/libbytesize-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h87ryi0mp8msq43h1cna453cqaw5knx1xaggfzm4fxvn8sjpapg"))))
|
"1lfa02ac96p12xxq75ilx3qk7kym4xrlqyfh26axb7y5iazf670x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue