guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: libbytesize: Update to 2.2.


From: guix-commits
Subject: 01/09: gnu: libbytesize: Update to 2.2.
Date: Wed, 19 Feb 2020 18:46:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e48390cb200e66d5313e19167dec4f92dc7c2e8a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Feb 19 17:08:20 2020 +0100

    gnu: libbytesize: Update to 2.2.
    
    * gnu/packages/c.scm (libbytesize): Update to 2.2.
---
 gnu/packages/c.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 921d473..160f456 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 Guillaume Le Vaillant <address@hidden>
@@ -132,7 +132,7 @@ compiler while still keeping it small, simple, fast and 
understandable.")
 (define-public libbytesize
   (package
     (name "libbytesize")
-    (version "2.1")
+    (version "2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -140,7 +140,7 @@ compiler while still keeping it small, simple, fast and 
understandable.")
                     "download/" version "/libbytesize-" version ".tar.gz"))
               (sha256
                (base32
-                "1bpz9cpb8s47kqplkkiz6ryfahas2ma95g9rh2axnfjp6w1d9ixc"))))
+                "1aivwypmnqcaj2230pifvf3jcgl5chja8rspkxf0j3480asm8g5r"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]