mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: phd2: Update to 2.6.12.
* gnu/packages/astronomy.scm (phd2): Update to 2.6.12. Change-Id: I83cc7a11eda6caee2d7796e45dab72ccea358a69
This commit is contained in:
parent
2c564396be
commit
9c7c39600c
1 changed files with 2 additions and 2 deletions
|
@ -969,7 +969,7 @@ (define-public gnuastro
|
|||
(define-public phd2
|
||||
(package
|
||||
(name "phd2")
|
||||
(version "2.6.11")
|
||||
(version "2.6.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -978,7 +978,7 @@ (define-public phd2
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0n87xsv9gzrwk1ygws4vw397ffq40xybp5b3c3bd5kcmff0avaw9"))
|
||||
(base32 "16695vyczl861fz5qinp23wqn6hzv5h1aspz9x21x67w0a3smbmy"))
|
||||
(modules '((guix build utils)
|
||||
(ice-9 ftw)
|
||||
(srfi srfi-26)))
|
||||
|
|
Loading…
Reference in a new issue