summary refs log tree commit diff
path: root/gnu/packages/c.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-10-07 22:12:27 +0200
committerLudovic Courtès <ludo@gnu.org>2024-10-16 19:11:46 +0200
commit355795f2d81bbff27f1dbd1d2ab1e6f13daf7ee7 (patch)
tree65f71cd3040451f71e9bde60d5edd8405e52ae7b /gnu/packages/c.scm
parent0744f00e1319867bfccdc9d19cddd19ffba267c5 (diff)
downloadguix-355795f2d81bbff27f1dbd1d2ab1e6f13daf7ee7.tar.gz
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>
Diffstat (limited to 'gnu/packages/c.scm')
-rw-r--r--gnu/packages/c.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 7204c63e03..13fdb99424 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -436,7 +436,7 @@ with the following features:
 (define-public libbytesize
   (package
     (name "libbytesize")
-    (version "2.6")
+    (version "2.10")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -444,7 +444,7 @@ with the following features:
                     "download/" version "/libbytesize-" version ".tar.gz"))
               (sha256
                (base32
-                "0h87ryi0mp8msq43h1cna453cqaw5knx1xaggfzm4fxvn8sjpapg"))))
+                "1lfa02ac96p12xxq75ilx3qk7kym4xrlqyfh26axb7y5iazf670x"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))