diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-07 20:37:09 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:16 +0000 |
commit | 90f49faac15f6e4d26fc45594d57c9c703e43946 (patch) | |
tree | 0eab72c67391171399fe2eb6e628a18fca0b966e /gnu | |
parent | 81dff32a6f3e65f98bfe9faabeef88dc5359a8dc (diff) | |
download | guix-90f49faac15f6e4d26fc45594d57c9c703e43946.tar guix-90f49faac15f6e4d26fc45594d57c9c703e43946.tar.gz |
gnu: python-pynbody: Update to 1.6.0.post0.
* gnu/packages/astronomy.scm (python-pynbody): Update to 1.6.0.post0.
Change-Id: Ib05e972e13b823930bd644fce70475a3ad8aff96
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4520bd2443..edfa36a61f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5167,7 +5167,7 @@ functions, so that they can be called with scalar or array inputs.") (define-public python-pynbody (package (name "python-pynbody") - (version "1.6.0") + (version "1.6.0.post0") (source (origin (method git-fetch) ;PyPi doesn't have not prebuit version. @@ -5176,7 +5176,7 @@ functions, so that they can be called with scalar or array inputs.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00isg6nsqzgjqpkczwvrcmj3ndzav3bfzla0a72b44cgdj20wyv8")) + (base32 "0rl9ais4yc6kdijq1il4vi3mplp7z6bcih4x55axhan5n3n7riwi")) (modules '((guix build utils))) (snippet ;; Symlink goes to not existing directory. |