summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-08-20 05:02:45 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-08-21 17:24:28 +0200
commit827509a30caa7233877e5e22f7a188ce16f3747a (patch)
treed457dd43ef7f62d8d7125a80e4ebfe4f47987d13
parentd76cd3defd96b656a504322103921d167eb6e3d8 (diff)
downloadpatches-827509a30caa7233877e5e22f7a188ce16f3747a.tar
patches-827509a30caa7233877e5e22f7a188ce16f3747a.tar.gz
gnu: python-olefile: Update to 0.45.1.
* gnu/packages/python.scm (python-olefile): Update to 0.45.1.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fb465fac6a..a23d85ba21 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3946,7 +3946,7 @@ services for your Python modules and applications.")
(define-public python-olefile
(package
(name "python-olefile")
- (version "0.44")
+ (version "0.45.1")
(source
(origin
(method url-fetch)
@@ -3955,7 +3955,7 @@ services for your Python modules and applications.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1wmxbrhyqjry2000zx0zdhqdqxhgi06nz7sbzjlh222q2zjv1gpj"))))
+ "18ai19zwagm6nli14k8bii31ipbab2rp7plrvsm6gmfql551a8ai"))))
(build-system python-build-system)
(home-page
"https://www.decalage.info/python/olefileio")