mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-tldr: Update to 3.2.0.
* gnu/packages/python-xyz.scm (python-tldr): Update to 3.2.0. Change-Id: Iddf74f5d4a9a1c2e61bb8d74599ace35a60e769c Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
a1f0b15444
commit
f73da2ed29
1 changed files with 2 additions and 2 deletions
|
@ -26412,7 +26412,7 @@ (define-public python-tldextract
|
|||
(define-public python-tldr
|
||||
(package
|
||||
(name "python-tldr")
|
||||
(version "3.1.0")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
;; There's no test in PyPI.
|
||||
|
@ -26422,7 +26422,7 @@ (define-public python-tldr
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hxmprqg8c4cvs19n7f80f3y7jj74i8sc2dmq2gdjmsdrb54bbzc"))))
|
||||
(base32 "0hkjsnz03p9pdfgk85wampha4pyr82bwmnj8hj6kigc784ddy2ag"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue