diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 14:22:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:51 +0100 |
| commit | a9fa78c9c1ca0b85a99c5a5313f164a44de6af86 (patch) | |
| tree | 8e25e8b0794efee6be686a286170b5f943eed1bc /gnu | |
| parent | 8e9167fa4bedc5e4c0114644f1a8c7b351c3c97a (diff) | |
gnu: python-euclidlike: Update to 0.9.0-1.48cc8b3.
* gnu/packages/astronomy.scm (python-euclidlike): Update to
48cc8b3727d72aa77eb30a42972d21a3b8ca6385 commit.
Relates-to: guix/guix!10702
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ae31bb0dbab..d2fde3008b7 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -5541,8 +5541,8 @@ tools for astronomers.") | |||
| 5541 | (package | 5541 | (package |
| 5542 | (name "python-euclidlike") | 5542 | (name "python-euclidlike") |
| 5543 | ;; No PyPI release or Git version tags, use the latest commit. | 5543 | ;; No PyPI release or Git version tags, use the latest commit. |
| 5544 | (properties '((commit . "55d47fb67aba7c149a6099d89dd7ee0b00305341") | 5544 | (properties '((commit . "48cc8b3727d72aa77eb30a42972d21a3b8ca6385") |
| 5545 | (revision . "0"))) | 5545 | (revision . "1"))) |
| 5546 | (version (git-version "0.9.0" | 5546 | (version (git-version "0.9.0" |
| 5547 | (assoc-ref properties 'revision) | 5547 | (assoc-ref properties 'revision) |
| 5548 | (assoc-ref properties 'commit))) | 5548 | (assoc-ref properties 'commit))) |
| @@ -5554,7 +5554,7 @@ tools for astronomers.") | |||
| 5554 | (commit (assoc-ref properties 'commit)))) | 5554 | (commit (assoc-ref properties 'commit)))) |
| 5555 | (file-name (git-file-name name version)) | 5555 | (file-name (git-file-name name version)) |
| 5556 | (sha256 | 5556 | (sha256 |
| 5557 | (base32 "0cyzwbiiwmwj6qy4xpsszzqp97azjwjvqxlnwpadshnqbbq4skcb")))) | 5557 | (base32 "1zy3sqkbm2iny3a7ila3cdr12p6msc1khbhq103gh03wpkxwi022")))) |
| 5558 | (build-system pyproject-build-system) | 5558 | (build-system pyproject-build-system) |
| 5559 | (native-inputs | 5559 | (native-inputs |
| 5560 | (list python-pytest | 5560 | (list python-pytest |
