diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 00:03:51 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 15:07:40 +0000 |
commit | 41db7fd4cef31c1950ca17d4d1ba9f25666098ab (patch) | |
tree | 4253b08d8286be43ec0b38108e98ed2ce2ef873a | |
parent | 26cf60835128b026efa7c057ef8928de84f671e4 (diff) |
gnu: webbpsf-data: Update to 1.5.0.
* gnu/packages/astronomy.scm (webbpsf-data): Update to 1.5.0.
Change-Id: If9a456c292dde91d61ef399230c042a2b0924ae2
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files 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 |