guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit b45318f71f163b5656d894fd09a8e10afed91590 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Sep 18 12:52:34 2025 +0100 gnu: phd2: Update to 2.6.13-1.4353f6b. * gnu/packages/astronomy.scm (phd2): Update to 2.6.13-1.4353f6b. Change-Id: I12107e14051a0b99497b0be74b7880e6c997ca03 --- 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 1158fd1793..a30ef7e7ba 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1686,8 +1686,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 "cc00236e79810da48e691e6a4785eb7e10b794ac") - (revision "0")) + (let ((commit "4353f6b2a1438caea44a9c2fb4d639a96478e697") + (revision "1")) (package (name "phd2") (version (git-version "2.6.13" revision commit)) @@ -1699,7 +1699,7 @@ R. Seaman's protocol} (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1b6fzniy5w9bx4627761nd4laargy728zvhw4k69dinwdwdi8jjw")) + (base32 "1bb8bmclgkpcqdx5jqag1raa4jviczkwyckbhph3xlg7zjbckik2")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-26)))