guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: wcslib: Update to 8.1.


From: guix-commits
Subject: 03/14: gnu: wcslib: Update to 8.1.
Date: Fri, 7 Jul 2023 17:35:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 25a604a2749aaac75c38d4774addac3c731d11a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:03 2023 +0200

    gnu: wcslib: Update to 8.1.
    
    * gnu/packages/astronomy.scm (wcslib): Update to 8.1.
---
 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 3a1b584808..04bb4c277d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -665,7 +665,7 @@ feature detection and cosmetic corrections.")
 (define-public wcslib
   (package
     (name "wcslib")
-    (version "7.12")
+    (version "8.1")
     (source
      (origin
        (method url-fetch)
@@ -673,7 +673,7 @@ feature detection and cosmetic corrections.")
              "ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-"; version
              ".tar.bz2"))
        (sha256
-        (base32 "1m3bx6gh5w3c7vvsqcki0x20mg8lilg13m0i8nh7za89w58dxy4w"))))
+        (base32 "17hjnkwn2rd5d9krw2n637q4y8ma4nzk2i55zzn8l2yimdpkxwib"))))
     (inputs
      (list cfitsio))
     (build-system gnu-build-system)



reply via email to

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