guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 18f62f0600456634eec7ea85f10186a3189036ec
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 22:13:48 2026 +0000

    gnu: python-lsstdesc-coord: Update to 1.3.1.
    
    * gnu/packages/astronomy.scm (python-lsstdesc-coord): Update to 1.3.1.
    [source]: Switch to git-fetch.
    
    Change-Id: I22524973bab921a20b54b350f188399519f77d7c
---
 gnu/packages/astronomy.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2cbd8ce3af..838900038f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6684,13 +6684,16 @@ supports only the basic features of the original.")
 (define-public python-lsstdesc-coord
   (package
     (name "python-lsstdesc-coord")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "LSSTDESC.Coord" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/LSSTDESC/Coord";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1gk6vx8j0sx15b41l3sci62ckgmq7y5qsbn97v3dwwllw7qqznjh"))))
+        (base32 "1r3igmdj4yigpayk3j609030jkx5ba9x0l4mryn0aj9jh6x4pmkh"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-astropy-minimal

Reply via email to