diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-07 18:24:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-07 18:43:38 +0200 |
commit | 1fc6f1def974041b92fc411a8ba9ec9037e6ee93 (patch) | |
tree | 29f74d64c85b7b6b96c27897c3550857ed761e88 /gnu/packages | |
parent | 7907e7f237f86fe2f8628a00052727ac7a9f36da (diff) |
gnu: python-mwclient: Update to 0.10.1.
* gnu/packages/python-xyz.scm (python-mwclient): Update to 0.10.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bf0584326b..94e63d1c74 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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) |