[PATCH] gnu: python-tldr: Update to 3.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 11 Feb 05:35 +0100
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
208275ad76e5467e6fafdaf47193f559a88b0dc7.1707012560.git.kiasoc5@disroot.org
* gnu/packages/python-xyz.scm (python-tldr): Update to 3.2.0.

Change-Id: Iddf74f5d4a9a1c2e61bb8d74599ace35a60e769c
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c68b17b0ab..3dc95c2c3b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26366,7 +26366,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.
@@ -26376,7 +26376,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

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
--
2.41.0
J
J
John Kehayias wrote on 14 Feb 22:24 +0100
(name . kiasoc5)(address . kiasoc5@disroot.org)
87h6ialowt.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

Toggle quote (32 lines)
> * gnu/packages/python-xyz.scm (python-tldr): Update to 3.2.0.
>
> Change-Id: Iddf74f5d4a9a1c2e61bb8d74599ace35a60e769c
> ---
> gnu/packages/python-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index c68b17b0ab..3dc95c2c3b 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -26366,7 +26366,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.
> @@ -26376,7 +26376,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
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Pushed as f73da2ed2900009b24b5c14190d70857f69924d4 thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69036@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69036
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch