guix-commits
[Top][All Lists]
Advanced

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

14/28: gnu: erfa: Update to 2.0.1.


From: guix-commits
Subject: 14/28: gnu: erfa: Update to 2.0.1.
Date: Sun, 5 Nov 2023 13:16:30 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 95a16882296e3164e9dd6d244bf3cee1a79b92b6
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Oct 27 23:14:51 2023 +0100

    gnu: erfa: Update to 2.0.1.
    
    * gnu/packages/astronomy.scm (erfa): Update to 2.0.1.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 507c6ac334..200b9b7ddd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -703,7 +703,7 @@ for reading and writing.")
 (define-public erfa
   (package
     (name "erfa")
-    (version "2.0.0")
+    (version "2.0.1")
     (source
      (origin
        (method git-fetch)
@@ -712,7 +712,7 @@ for reading and writing.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s9dpj0jdkqcg552f00jhd722czji4pffabmpys5pgi6djckq4f4"))))
+        (base32 "1hxjbcvdlq4871r17fphbaf3bd8dsjagp1rdb3j8v6kr4f1dil9n"))))
     (build-system gnu-build-system)
     (native-inputs
      (list automake autoconf libtool pkg-config))



reply via email to

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