gnu: python-sure: Update to 1.4.11.

* gnu/packages/python.scm (python-sure): Update to 1.4.11.
This commit is contained in:
Marius Bakke 2018-10-22 18:37:49 +02:00
parent 9b9aaa57e3
commit 47d7c10387
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -11933,14 +11933,14 @@ Supported metrics are:
(define-public python-sure
(package
(name "python-sure")
(version "1.4.6")
(version "1.4.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sure" version))
(sha256
(base32
"1iyqsy2d6radi88g1qf0lziy5b39h5cpb3g5jiqyb4xi46ig3x1z"))))
"1and0drq8w9iplsic22n2h7hkpyq03a1mbqk4sgcdqhqzdqm539w"))))
(build-system python-build-system)
(propagated-inputs
`(("python-mock" ,python-mock)