mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kalamine: Update to 0.38.
* gnu/packages/python-xyz.scm (kalamine): Update to 0.38. Change-Id: I32fe67fdbf5a7838f14021968f64adbdcf2c2781
This commit is contained in:
parent
71ac093d13
commit
1e6d1c3211
1 changed files with 2 additions and 2 deletions
|
@ -6882,13 +6882,13 @@ flexibility and power of the Python language.")
|
||||||
(define-public kalamine
|
(define-public kalamine
|
||||||
(package
|
(package
|
||||||
(name "kalamine")
|
(name "kalamine")
|
||||||
(version "0.36")
|
(version "0.38")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "kalamine" version))
|
(uri (pypi-uri "kalamine" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xxncavq5a0dydhzpfjdxmqsddl77275d9k9giw1032bdyb9d5is"))))
|
(base32 "0dj0v4in6jngh7f5ypvxyadjsilbiwxj3rx6yxxmh5zab6dxzyhz"))))
|
||||||
(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