mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: phd2: Update to 2.6.13.
* gnu/packages/astronomy.scm (phd2): Update to 2.6.13. Change-Id: Iac8d1e00be3ea9137b10f2608c149fcbde539c7b
This commit is contained in:
parent
55e9878cf5
commit
4e213f7da6
1 changed files with 2 additions and 2 deletions
|
@ -982,7 +982,7 @@ programs for the manipulation and analysis of astronomical data.")
|
||||||
(define-public phd2
|
(define-public phd2
|
||||||
(package
|
(package
|
||||||
(name "phd2")
|
(name "phd2")
|
||||||
(version "2.6.12")
|
(version "2.6.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -991,7 +991,7 @@ programs for the manipulation and analysis of astronomical data.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16695vyczl861fz5qinp23wqn6hzv5h1aspz9x21x67w0a3smbmy"))
|
(base32 "0shr50ngi7dliijy8fxrd1c4hzkm4vp4m0a4m0d9gvrx56vzyx0s"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 ftw)
|
(ice-9 ftw)
|
||||||
(srfi srfi-26)))
|
(srfi srfi-26)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue