mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python-olefile: Update to 0.45.1.
* gnu/packages/python.scm (python-olefile): Update to 0.45.1.
This commit is contained in:
parent
d76cd3defd
commit
827509a30c
1 changed files with 2 additions and 2 deletions
|
@ -3946,7 +3946,7 @@ (define-public python2-elib.intl
|
|||
(define-public python-olefile
|
||||
(package
|
||||
(name "python-olefile")
|
||||
(version "0.44")
|
||||
(version "0.45.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3955,7 +3955,7 @@ (define-public python-olefile
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue