mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-asdf-compression: Update to 0.0.1-3.579c153.
* gnu/packages/astronomy.scm (python-asdf-compression): Update to 0.0.1-3.579c153. [native-inputs]: Remove python-setuptools; add python-setuptools-next. Change-Id: Ic2f1dd26b4f09bc09cb0cf1e9af182640f597ff0
This commit is contained in:
parent
0fe4386d8e
commit
1a41f0eb8e
1 changed files with 4 additions and 4 deletions
|
@ -1922,8 +1922,8 @@ Astropy objects.")
|
||||||
|
|
||||||
(define-public python-asdf-compression
|
(define-public python-asdf-compression
|
||||||
;; TODO: No release, change to tag when it's ready.
|
;; TODO: No release, change to tag when it's ready.
|
||||||
(let ((commit "68ed09f670a9f1c5f81b3db88ef594e87bdbc9fd")
|
(let ((commit "579c153a453dc0d650f2cca01d2c5dae0dc02051")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "python-asdf-compression")
|
(name "python-asdf-compression")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -1935,7 +1935,7 @@ Astropy objects.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0644hn0pris8f872rbb5bklsw2ialryf4sicwshgjs3zcsyxnjf8"))))
|
(base32 "03cq4x40xy5micipg4qp2j0v1h6hxqrrzpzyjybm6j82zi92c770"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1947,7 +1947,7 @@ Astropy objects.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-numpy
|
(list python-numpy
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools-next
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue