summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-19 22:13:48 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:07:03 +0000
commitc53190bd01f1e32e67225fa5212d91e527db3428 (patch)
tree3e1a1e0fa2a808854288e4c983fbfb6bff8b1c5d /gnu
parent9c2fcafd752d33b13b90738cd629db23ada1ced1 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm11
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3322c1029ca..ef14ee4ddc6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6575,13 +6575,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