me
/
guix
Archived
1
0
Fork 0

gnu: python-binaryornot: Update to 0.4.4.

* gnu/packages/python.scm (python-binaryornot): Update to 0.4.4.
master
Tobias Geerinckx-Rice 2018-09-10 21:00:20 +02:00
parent 86788cb0c9
commit 4b41568fa5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -9844,13 +9844,13 @@ hardware-accelerated multitouch applications.")
(define-public python-binaryornot
(package
(name "python-binaryornot")
(version "0.4.0")
(version "0.4.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "binaryornot" version))
(sha256
(base32
"1j4f51dxic39mdwf6alj7gd769wy6mhk916v031wjali51xkh3xb"))))
"0qc006986rb6bcbmiymwgcl1mns2jphr1j7sr7nk41nlr7gh359m"))))
(build-system python-build-system)
(propagated-inputs
`(("python-chardet" ,python-chardet)