cbaines pushed a commit to branch master
in repository guix.

commit 805ee7223720b00ad2556758c2d2c44ba6fb6d8a
Author: David Elsing <[email protected]>
AuthorDate: Sun Jan 28 23:01:58 2024 +0000

    gnu: coordgenlibs: Update to 3.0.2.
    
    * gnu/packages/chemistry.scm (coordgenlibs): Update to 3.0.2.
    
    Signed-off-by: Christopher Baines <[email protected]>
---
 gnu/packages/chemistry.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 9086d659cc..44833d9c3f 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2020 Björn Höfling <[email protected]>
 ;;; Copyright © 2020 Vincent Legoll <[email protected]>
 ;;; Copyright © 2021 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2022, 2023 David Elsing <[email protected]>
+;;; Copyright © 2022, 2023, 2024 David Elsing <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -785,7 +785,7 @@ of the algorithms, the calculations give identical 
results.")
 (define-public coordgenlibs
   (package
     (name "coordgenlibs")
-    (version "3.0.1")
+    (version "3.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -794,7 +794,7 @@ of the algorithms, the calculations give identical 
results.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d09x3v38i9y184bml020bq7xizdrdwng38qmdxlplzfhqkjdidv"))))
+                "1wjaxwaihjy9xm5ys23f5abl50zcar1h9pww5ajdkgygsqy0bavi"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to