mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rad: Update to 0.23.1.
* gnu/packages/astronomy.scm (python-rad): Update to 0.23.1. Change-Id: If7ceee351ac61c2c7e9004835517b54a408ca698
This commit is contained in:
parent
a1991143df
commit
6feca4a9ff
1 changed files with 2 additions and 2 deletions
|
@ -6528,13 +6528,13 @@ install an implementation package such as gwcs.")
|
||||||
(define-public python-rad
|
(define-public python-rad
|
||||||
(package
|
(package
|
||||||
(name "python-rad")
|
(name "python-rad")
|
||||||
(version "0.23.0")
|
(version "0.23.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rad" version))
|
(uri (pypi-uri "rad" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1c771lxj45iakj4ynjmfg332cm10yllmwniigs9zzjnb02kmaks5"))))
|
(base32 "14zl3nsqbzm28yrghf7n66qmhf369dyw5bqymmgcq515llm42428"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue