me
/
guix
Archived
1
0
Fork 0

gnu: python-mwclient: Update to 0.10.1.

* gnu/packages/python-xyz.scm (python-mwclient): Update to 0.10.1.
master
Tobias Geerinckx-Rice 2020-06-07 18:24:51 +02:00
parent 7907e7f237
commit 1fc6f1def9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -14147,7 +14147,7 @@ exception message with a traceback that points to the culprit.")
(define-public python-mwclient
(package
(name "python-mwclient")
(version "0.10.0")
(version "0.10.1")
(source
(origin
(method git-fetch)
@ -14157,8 +14157,7 @@ exception message with a traceback that points to the culprit.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1c3q6lwmb05yqywc4ya98ca7hsl15niili8rccl4n1yqp77c103v"))))
(base32 "120snnsh9n5svfwkyj1w9jrxf99jnqm0jk282yypd3lpyca1l9hj"))))
(build-system python-build-system)
(propagated-inputs
`(("python-requests-oauthlib" ,python-requests-oauthlib)