guix-commits
[Top][All Lists]
Advanced

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

01/52: gnu: erfa: Update to 1.7.3.


From: guix-commits
Subject: 01/52: gnu: erfa: Update to 1.7.3.
Date: Sat, 10 Apr 2021 08:15:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fef8bc470cf4f6b20baf12f2697e0d8d726cb559
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:31:24 2021 +0200

    gnu: erfa: Update to 1.7.3.
    
    * gnu/packages/astronomy.scm (erfa): Update to 1.7.3.
---
 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 6cbd5f1..c9ef664 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -118,7 +118,7 @@ for reading and writing.")
 (define-public erfa
   (package
     (name "erfa")
-    (version "1.7.2")
+    (version "1.7.3")
     (source
      (origin
        (method git-fetch)
@@ -127,7 +127,7 @@ for reading and writing.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vsqwvzlk7r8q7nwyb7i710blcfdl5kwcm2va9km07a820nsp84a"))))
+        (base32 "0nh12dr7gk4ki55lz95pkm4fpf7kazirra3zax9pab6v4qql4hlw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("automake" ,automake)



reply via email to

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