guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 8137bbc5870e2411ca17db71c6003c46772ec38c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 20:50:59 2026 +0000
gnu: specification-astropy-data: Update to 0.0.0-1.e395e9e.
* gnu/packages/specifications.scm (specification-astropy-data): Update to
e395e9eb09d6f94c57b71fffac5c1dd959fbcee6 commit.
Change-Id: I5baef63a821afe6efaaa68a51fa3148f79b3828e
---
gnu/packages/specifications.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/specifications.scm b/gnu/packages/specifications.scm
index 3ed089e799..6f7af13561 100644
--- a/gnu/packages/specifications.scm
+++ b/gnu/packages/specifications.scm
@@ -32,8 +32,8 @@
(name "specification-astropy-data")
;; XXX: There are no release or tags, total size is about 403MiB, where we
;; need some portion of it e.g. coordinates/sites.json.
- (properties '((commit . "bac8d4aff048c0b6bce8cb384849339199a522e7")
- (revision . "0")))
+ (properties '((commit . "e395e9eb09d6f94c57b71fffac5c1dd959fbcee6")
+ (revision . "1")))
(version (git-version "0.0.0"
(assoc-ref properties 'revision)
(assoc-ref properties 'commit)))
@@ -45,7 +45,7 @@
(commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
- (base32 "0iwd2q4v7qi4fc2b2dhxxkp6bpbhgdd4s5q3jx0vq52p1fh9y0ni"))
+ (base32 "17iqvqs7w3z5c4acnjc6mixqkqz4rff2c7flfpnlwgfjgqy1a2zw"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))