guix-commits
[Top][All Lists]
Advanced

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

25/34: gnu: webbpsf-data: Update to 1.5.0.


From: guix-commits
Subject: 25/34: gnu: webbpsf-data: Update to 1.5.0.
Date: Mon, 30 Dec 2024 10:24:19 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 41db7fd4cef31c1950ca17d4d1ba9f25666098ab
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Dec 18 00:03:51 2024 +0000

    gnu: webbpsf-data: Update to 1.5.0.
    
    * gnu/packages/astronomy.scm (webbpsf-data): Update to 1.5.0.
    
    Change-Id: If9a456c292dde91d61ef399230c042a2b0924ae2
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 74310d7abf..01341b52cb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7321,15 +7321,15 @@ manipulate images.")
 (define-public webbpsf-data
   (package
     (name "webbpsf-data")
-    (version "1.4.0")
+    (version "1.5.0")
     (source
      (origin
        (method url-fetch)
-       ;; 70.1MiB archive
+       ;; 73.9MiB archive
        (uri 
"https://stsci.box.com/shared/static/qxpiaxsjwo15ml6m4pkhtk36c9jgj70k.gz";)
        (file-name (string-append "webbpsf-data-" version ".tar.gz"))
        (sha256
-        (base32 "0b3qxp6mrm2dwsdnqnprf4yrp0zbncknildqmf28wgginwa5sch8"))))
+        (base32 "0lnzjvn9276v00p5g4894jgdb9mw4mr89q64l7ywikz9khk3j5gc"))))
     (build-system copy-build-system)
     (arguments
      (list



reply via email to

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