guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit aeb371e9f2dbdaef7bb547ed13ed9afa8a50cab3 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Nov 13 19:27:41 2025 +0000 gnu: phd2: Update to 2.6.13-2.7ed00ec. * gnu/packages/astronomy.scm (phd2): Update to 7ed00ec3e05fddb81b2026a07db9431e551f150e commit. Change-Id: I3e118c0bfb5384a820a614f56e5df442b33cca91 --- gnu/packages/astronomy.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c599aa4f1b..6fcbbd1f38 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1885,8 +1885,8 @@ R. Seaman's protocol} (define-public phd2 ;; The tag 2.6.13 was placed in 2023, but there are a lot of changes, fixes ;; and compatability with indi@2, use the latest commit from master branch. - (let ((commit "4353f6b2a1438caea44a9c2fb4d639a96478e697") - (revision "1")) + (let ((commit "7ed00ec3e05fddb81b2026a07db9431e551f150e") + (revision "2")) (package (name "phd2") (version (git-version "2.6.13" revision commit)) @@ -1898,7 +1898,7 @@ R. Seaman's protocol} (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1bb8bmclgkpcqdx5jqag1raa4jviczkwyckbhph3xlg7zjbckik2")) + (base32 "1x9068w6x7hghkval5dq8c33zhyvfh5bsrb3g3lq6bxz0abw6s2l")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-26)))
