diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-27 15:13:00 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-27 22:51:56 +0000 |
commit | 4e213f7da67b1f121b8315b3e9d270559da9121a (patch) | |
tree | 931d113a2afb929e59dd5f883e8d1a67f6ba6359 /gnu/packages | |
parent | 55e9878cf53dbd89f07c50b908ec3ff53abec1ef (diff) | |
download | guix-4e213f7da67b1f121b8315b3e9d270559da9121a.tar.gz guix-4e213f7da67b1f121b8315b3e9d270559da9121a.zip |
gnu: phd2: Update to 2.6.13.
* gnu/packages/astronomy.scm (phd2): Update to 2.6.13.
Change-Id: Iac8d1e00be3ea9137b10f2608c149fcbde539c7b
Diffstat (limited to 'gnu/packages')
-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 8fce98c764..52ae2410e7 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -982,7 +982,7 @@ programs for the manipulation and analysis of astronomical data.") (define-public phd2 (package (name "phd2") - (version "2.6.12") + (version "2.6.13") (source (origin (method git-fetch) @@ -991,7 +991,7 @@ programs for the manipulation and analysis of astronomical data.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "16695vyczl861fz5qinp23wqn6hzv5h1aspz9x21x67w0a3smbmy")) + (base32 "0shr50ngi7dliijy8fxrd1c4hzkm4vp4m0a4m0d9gvrx56vzyx0s")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-26))) |