nckx pushed a commit to branch master
in repository guix.

commit 48dafe7da67315328022ac8513b087f4acc71146
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Jan 1 18:25:52 2021 +0100

    gnu: udunits: Update to 2.2.28.
    
    * gnu/packages/c.scm (udunits): Update to 2.2.28.
---
 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 2ea9c2a..c5d425f 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 <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <[email protected]>
 ;;; Copyright © 2019, 2020 Efraim Flashner <[email protected]>
 ;;; Copyright © 2019 Guillaume Le Vaillant <[email protected]>
@@ -189,14 +189,14 @@ language with thin bindings for other languages.")
     (name "udunits")
     ;; Four-part version numbers are development snapshots, not releases.  See
     ;; <https://github.com/Unidata/UDUNITS-2/issues/99#issuecomment-732323472>.
-    (version "2.2.26")
+    (version "2.2.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ftp.unidata.ucar.edu/pub/udunits/";
                                   "udunits-" version ".tar.gz"))
               (sha256
                (base32
-                "0v9mqw4drnkzkm57331ail6yvs9485jmi37s40lhvmf7r5lli3rn"))))
+                "17jpbp6f0rr132jn2gqy8ry8mv1w27v6dyhfq1igv8v1674aw2sr"))))
     (build-system gnu-build-system)
     (inputs
      `(("expat" ,expat)))

Reply via email to