mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: python-glymur: Update to 0.13.5.
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.13.5. Change-Id: I307a4325f051faf2f2e46dd29878e6599b12f237
This commit is contained in:
parent
284232e3d6
commit
2210261705
1 changed files with 2 additions and 2 deletions
|
@ -2219,7 +2219,7 @@ (define-public python-gh-md-to-html
|
|||
(define-public python-glymur
|
||||
(package
|
||||
(name "python-glymur")
|
||||
(version "0.12.9")
|
||||
(version "0.13.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests data in PyPi package
|
||||
|
@ -2228,7 +2228,7 @@ (define-public python-glymur
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0awyav7071nn9z2g4mmpg33y0y0nfandfr6nr3j5vyb8hnprcmns"))))
|
||||
(base32 "1n2n7bj5w29w5y2gcl4hxhqf85n0j2crkln9i0mprq3xw8finxpx"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue