guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 7c20621bb104b1c75c1a98a5614929e9365c7efd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 10 16:22:48 2026 +0100
gnu: specification-astropy-data: Update to 0.0.0-3.7db2a3f.
* gnu/packages/specifications.scm (specification-astropy-data): Update
to 7db2a3fef77343cc3007d25c79fcc905b48dc96d commit.
---
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 9904c54019..cdaec58ce0 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 . "c07c19f15ecfcc285107ba09f07e6ad6ace3c1c6")
- (revision . "2")))
+ (properties '((commit . "7db2a3fef77343cc3007d25c79fcc905b48dc96d")
+ (revision . "3")))
(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 "1x54hdk7dy5wrbqwv96nf2g9dyvamxdxi0vcss73xnbi3sxy2gb2"))
+ (base32 "0wl2mxyv974q7si33irl6jvfd432ymnbrsxyrz9xvczlvn87f67b"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))