gnu: python-olefile: Update to 0.45.1.

* gnu/packages/python.scm (python-olefile): Update to 0.45.1.
This commit is contained in:
Marius Bakke 2018-08-20 05:02:45 +02:00
parent d76cd3defd
commit 827509a30c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3946,7 +3946,7 @@ services for your Python modules and applications.")
(define-public python-olefile (define-public python-olefile
(package (package
(name "python-olefile") (name "python-olefile")
(version "0.44") (version "0.45.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3955,7 +3955,7 @@ services for your Python modules and applications.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1wmxbrhyqjry2000zx0zdhqdqxhgi06nz7sbzjlh222q2zjv1gpj")))) "18ai19zwagm6nli14k8bii31ipbab2rp7plrvsm6gmfql551a8ai"))))
(build-system python-build-system) (build-system python-build-system)
(home-page (home-page
"https://www.decalage.info/python/olefileio") "https://www.decalage.info/python/olefileio")