all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69036] [PATCH] gnu: python-tldr: Update to 3.2.0.
@ 2024-02-11  4:35 kiasoc5 via Guix-patches via
  2024-02-14 21:24 ` bug#69036: " John Kehayias via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2024-02-11  4:35 UTC (permalink / raw)
  To: 69036
  Cc: kiasoc5, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
	Sharlatan Hellseher, jgart

* 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
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69036: [PATCH] gnu: python-tldr: Update to 3.2.0.
  2024-02-11  4:35 [bug#69036] [PATCH] gnu: python-tldr: Update to 3.2.0 kiasoc5 via Guix-patches via
@ 2024-02-14 21:24 ` John Kehayias via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-02-14 21:24 UTC (permalink / raw)
  To: kiasoc5
  Cc: Sharlatan Hellseher, Munyoki Kilyungi, Lars-Dominik Braun, jgart,
	Marius Bakke, 69036-done

On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

> * 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!





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-14 21:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11  4:35 [bug#69036] [PATCH] gnu: python-tldr: Update to 3.2.0 kiasoc5 via Guix-patches via
2024-02-14 21:24 ` bug#69036: " John Kehayias via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.