mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-k5test: Update to 0.10.3.
* gnu/packages/python-xyz.scm (python-k5test): Update to 0.10.3.
This commit is contained in:
parent
5d38269aca
commit
65dbd10626
1 changed files with 2 additions and 2 deletions
|
@ -26168,14 +26168,14 @@ (define-public python-forbiddenfruit
|
|||
(define-public python-k5test
|
||||
(package
|
||||
(name "python-k5test")
|
||||
(version "0.9.2")
|
||||
(version "0.10.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "k5test" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lqp3jgfngyhaxjgj3n230hn90wsylwilh120yjf62h7b1s02mh8"))))
|
||||
"07sp9hc6nkbgzywvr2ivcik03wibs6gmxm1k33l1b8v3mnyfx7cw"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-six
|
||||
|
|
Loading…
Reference in a new issue