mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-tblib: Update to 1.3.2.
* gnu/packages/python.scm (python-tblib): Update to 1.3.2.
This commit is contained in:
parent
47772a4e3b
commit
b9d8472123
1 changed files with 2 additions and 2 deletions
|
@ -8609,12 +8609,12 @@ (define-public python-py3status
|
|||
(define-public python-tblib
|
||||
(package
|
||||
(name "python-tblib")
|
||||
(version "1.3.0")
|
||||
(version "1.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tblib" version))
|
||||
(sha256 (base32
|
||||
"02iahfkfa927hb4jq2bak36ldihwapzacfiq5lyxg8llwn98a1yi"))))
|
||||
"1rsg8h069kqgncyv8fgzyj6qflk6j10cb78pa5jk34ixwq044vj3"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue