guix-commits
[Top][All Lists]
Advanced

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

31/32: gnu: wcslib: Update to 8.2.2.


From: guix-commits
Subject: 31/32: gnu: wcslib: Update to 8.2.2.
Date: Fri, 12 Jan 2024 16:44:04 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 1ef2e0bdf3d62137bb64e98a34f69e2c3454f3f1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 19 19:22:02 2023 +0000

    gnu: wcslib: Update to 8.2.2.
    
    * gnu/packages/astronomy.scm (wcslib): Update to 8.2.2.
    
    Change-Id: Id5ae03974956fe90b4970c1e879fd670c7b537dd
---
 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 9e51c015ec..76c60ca0a7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -757,14 +757,14 @@ corrections.")
 (define-public wcslib
   (package
     (name "wcslib")
-    (version "8.1")
+    (version "8.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/";
                            "wcslib-" version ".tar.bz2"))
        (sha256
-        (base32 "17hjnkwn2rd5d9krw2n637q4y8ma4nzk2i55zzn8l2yimdpkxwib"))
+        (base32 "0cvqppjf7gk0f3rs9cc46h5fffv2l8ylrb234r9fbx0px0525632"))
        (snippet
         #~(begin (use-modules (guix build utils))
                  (delete-file-recursively "C/flexed")))))



reply via email to

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