diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-20 05:02:45 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 17:24:28 +0200 |
commit | 827509a30caa7233877e5e22f7a188ce16f3747a (patch) | |
tree | d457dd43ef7f62d8d7125a80e4ebfe4f47987d13 /gnu | |
parent | d76cd3defd96b656a504322103921d167eb6e3d8 (diff) |
gnu: python-olefile: Update to 0.45.1.
* gnu/packages/python.scm (python-olefile): Update to 0.45.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
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") |