diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-08-14 19:58:55 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-08-14 19:59:01 +0300 |
| commit | 0f8f6e1e7ce9d8d1b2376960d8d3fa45206d108a (patch) | |
| tree | 0f023595d23b9a2757a9711d7ff3312521adc705 | |
| parent | gnu: Add emacs-dorg. (diff) | |
| download | guix-wigust-0f8f6e1e7ce9d8d1b2376960d8d3fa45206d108a.tar.gz | |
gnu: python-github: Update to 1.3.0.
* guix/wigust/packages/python.scm (python-github): Update to 1.3.0.
| -rw-r--r-- | guix/wigust/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/wigust/packages/python.scm b/guix/wigust/packages/python.scm index 514ea38..e0e590e 100644 --- a/guix/wigust/packages/python.scm +++ b/guix/wigust/packages/python.scm @@ -181,7 +181,7 @@ (define-public python-github (package (name "python-github") - (version "1.2.0") + (version "1.3.0") (source (origin (method git-fetch) @@ -191,7 +191,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1zmz488fk4swbmfsc61v8f8b01z3kar0w7wbq35m3m6r7wmgrjh3")))) + "0awsznsailml1lpckhlg302xfhcs971d1h90fpb7n2prh65xc11b")))) (build-system python-build-system) (propagated-inputs `(("python-ndg-httpsclient" ,python-ndg-httpsclient) |
