mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-pynbody: Update to 1.4.2.
* gnu/packages/astronomy.scm (python-pynbody): Update to 1.4.2. Change-Id: I1ccfa506b3e1fc57b547ffc21059ee3f5547ce04 Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
parent
aa0986e9d3
commit
e31c1dcce9
1 changed files with 2 additions and 2 deletions
|
@ -3530,7 +3530,7 @@ (define-public python-pyerfa
|
|||
(define-public python-pynbody
|
||||
(package
|
||||
(name "python-pynbody")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;PyPi doesn't have not prebuit version.
|
||||
|
@ -3539,7 +3539,7 @@ (define-public python-pynbody
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vl1yif3bsazcil6saghrpa4qsg47fnr7xnkjpqnp44b7ipww27r"))
|
||||
(base32 "1lwjs8vf3pc4a64c93fa5k6r276g1c60722swns2r10ig1s4wk0a"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Symlink goes to not existing directory.
|
||||
|
|
Loading…
Reference in a new issue