guix-commits
[Top][All Lists]
Advanced

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

05/32: gnu: libpasastro: Update to 1.4.2.


From: guix-commits
Subject: 05/32: gnu: libpasastro: Update to 1.4.2.
Date: Fri, 12 Jan 2024 16:44:00 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 2c564396be63247e18ff3ec09e9b4ba44bd33dc1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Dec 15 12:16:03 2023 +0000

    gnu: libpasastro: Update to 1.4.2.
    
    * gnu/packages/astronomy.scm (libpasastro): Update to 1.4.2.
    
    Change-Id: I387f63fe1ebfcc95c33177b13325611e16cd89df
---
 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 c987a5e1c6..f8712d0d22 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2983,7 +2983,7 @@ low quality ones")
 (define-public libpasastro
   (package
     (name "libpasastro")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method git-fetch)
@@ -2992,7 +2992,7 @@ low quality ones")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1h92p9ph3zi4w8krny1azd9wgwna2nf07ims983jcky1chkfm0is"))))
+        (base32 "1na3gyb3nzb5gdgccs1653j2gnz6w3v1mqzhyhkx3yqw8bs3q5x0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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