guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 197515411c679b0d75158d6c6b6d311b4cf5faf9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 21:01:05 2025 +0000

    gnu: phd2: Update to 2.6.14.
    
    * gnu/packages/astronomy.scm (phd2): Update to 2.6.14.
    
    Change-Id: I858fbebf3569629e8d923c1b02df781e2cba77f6
---
 gnu/packages/astronomy.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 54336cba11..667d971164 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1878,22 +1878,18 @@ R. Seaman's protocol}
     (license license:gpl3+)))
 
 (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 "7ed00ec3e05fddb81b2026a07db9431e551f150e")
-        (revision "2"))
     (package
       (name "phd2")
-      (version (git-version "2.6.13" revision commit))
+      (version "2.6.14")
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                 (url "https://github.com/OpenPHDGuiding/phd2";)
-                (commit commit)))
+                (commit (string-append "v" version))))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1x9068w6x7hghkval5dq8c33zhyvfh5bsrb3g3lq6bxz0abw6s2l"))
+          (base32 "0n2jzlpwvjgj8ydg7hsqxnvy8s9pdi5z96id0231kgi87pyfkh7s"))
          (modules '((guix build utils)
                     (ice-9 ftw)
                     (srfi srfi-26)))
@@ -1939,7 +1935,7 @@ R. Seaman's protocol}
       (description
        "PHD2 is the enhanced,second generation version of the PHD guiding
 software from Stark Labs.")
-      (license license:bsd-3))))
+      (license license:bsd-3)))
 
 (define-public psfex
   (package

Reply via email to