guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: uthash: Update to 2.1.0.


From: guix-commits
Subject: 09/13: gnu: uthash: Update to 2.1.0.
Date: Mon, 13 Apr 2020 00:57:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e5d193da69be4737b633f7aefa23d8d76c373f3f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Apr 13 04:40:24 2020 +0200

    gnu: uthash: Update to 2.1.0.
    
    * gnu/packages/datastructures.scm (uthash): Update to 2.1.0.
---
 gnu/packages/datastructures.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index 4505d82..3c88143 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -152,7 +152,7 @@ queues, stacks, and doubly-linked lists.")
 (define-public uthash
   (package
     (name "uthash")
-    (version "2.0.2")
+    (version "2.1.0")
     (source
      (origin
        (method git-fetch)
@@ -161,8 +161,7 @@ queues, stacks, and doubly-linked lists.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0kslz8k6lssh7fl7ayzwlj62p0asxs3dq03357ls5ywjad238gqg"))))
+        (base32 "0k80bjbb6ss5wpmfmfji6xbyjm990hg9kcshwwnhdnh73vxkcd1m"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

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