mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cmyt: Update to 2.0.2.
* gnu/packages/astronomy.scm (python-cmyt): Update to 2.0.2. Change-Id: I7829b96d3cf0802f06237a2981f155f00fbae60c
This commit is contained in:
parent
f0436f5198
commit
e1cf7d5900
1 changed files with 2 additions and 2 deletions
|
@ -4091,7 +4091,7 @@ specifically in the C code.")
|
|||
(define-public python-cmyt
|
||||
(package
|
||||
(name "python-cmyt")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests in the PyPI tarball
|
||||
|
@ -4100,7 +4100,7 @@ specifically in the C code.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0d1szsgjd09ya53vx7g5ryz2jdxl19p9rvrm4xz8v53vbqrp18cv"))))
|
||||
(base32 "1d257xlgxc06x47k07xn5ml2kjqzc7dgjal4bl9x2w6b90xn0pm1"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue