diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-19 20:50:59 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:00 +0000 |
| commit | 5f1f1f306a3028feb4aaa0a47da2a532afc2c9b7 (patch) | |
| tree | e31bd80b8ab2945f73fccb9af3f0217d83bb171d /gnu/packages/specifications.scm | |
| parent | 349eebbaeb8283747c4d917bc9b1c4e50457fb91 (diff) | |
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
Diffstat (limited to 'gnu/packages/specifications.scm')
| -rw-r--r-- | gnu/packages/specifications.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/specifications.scm b/gnu/packages/specifications.scm index 3ed089e799e..6f7af135612 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))) |
