guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cglm: Update to 0.8.4.


From: guix-commits
Subject: 01/02: gnu: cglm: Update to 0.8.4.
Date: Sun, 19 Dec 2021 15:54:48 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 42b43c59a5424fad13b03b4f0b6a716752ca47c7
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Dec 19 21:39:59 2021 +0100

    gnu: cglm: Update to 0.8.4.
    
    * gnu/packages/maths.scm (cglm): Update to 0.8.4.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 3bac086..59145c8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4859,7 +4859,7 @@ Failure to do so will result in a library with poor 
performance.")
 (define-public cglm
   (package
     (name "cglm")
-    (version "0.8.2")
+    (version "0.8.4")
     (source
      (origin
        (method git-fetch)
@@ -4868,7 +4868,7 @@ Failure to do so will result in a library with poor 
performance.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lcfl9ph4bnl3hckpx4hzwh8r4llnw94ik75igc5qy38wk468gmk"))))
+        (base32 "0zgckh56vcdar3a4n51r84wrizyd2ssqal4nsvxd4qdjm0rvb4h0"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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