diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-07-05 07:01:49 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-07-05 07:04:48 +0300 |
| commit | 1dfcb3ea6812986a66c8287041193268b0d49cb5 (patch) | |
| tree | 916055c78db4c72cc75350c6eb936b3f49e0ee84 | |
| parent | wigust: python-github: Update to 1.1.0. (diff) | |
| download | guix-wigust-1dfcb3ea6812986a66c8287041193268b0d49cb5.tar.gz | |
wigust: python-starred: Update to 2.0.3.
* wigust/packages/python.scm (python-starred): Update to 2.0.3.
| -rw-r--r-- | wigust/packages/python.scm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/wigust/packages/python.scm b/wigust/packages/python.scm index 34c67c1..656cb07 100644 --- a/wigust/packages/python.scm +++ b/wigust/packages/python.scm @@ -225,21 +225,21 @@ (revision "1")) (package (name "python-starred") - (version (string-append "1.3.1" revision "." - (string-take commit 7))) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/maguowei/starred.git") - (commit commit))) - (file-name (string-append name "-" version "-checkout")) - (sha256 - (base32 - "181jr5r4m1dkb081jynlkdmy8cd55673vl8lwzb34q6diqds844a")))) + (version "2.0.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/maguowei/starred/archive/" + "v" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "116z8zgqj8d9451d8rajkmbfv8zpvwhgrsdcgmhzmlpl5bb22ilp")))) (build-system python-build-system) (propagated-inputs `(("python-click" ,python-click) - ("python-github" ,python-github))) + ("python-github" ,python-github) + ("python-urllib3" ,python-urllib3-1.21.1))) (home-page "https://github.com/maguowei/starred") (synopsis "Awesome List used GitHub stars") (description "Awesome List used GitHub stars.") |
