guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 22f76680083e3d9fdc1916c4c1ce6ad61b57c9c5
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 bfb96c350b..0f2ece3df4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1880,8 +1880,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))
@@ -1893,7 +1893,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)))