all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69039] [PATCH] gnu: ytfzf: Update to 2.6.2.
@ 2024-02-11  4:35 kiasoc5 via Guix-patches via
  2024-02-14 21:26 ` bug#69039: " 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: 69039; +Cc: kiasoc5

* gnu/packages/image-viewers.scm (ytfzf): Update to 2.6.2.

Change-Id: Ica2e00aea884bdd7bdb8fa06bd9dd5d8a0e58be5
---
 gnu/packages/image-viewers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 206b91c878..f7362e263c 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -112,7 +112,7 @@ (define-module (gnu packages image-viewers)
 (define-public ytfzf
   (package
     (name "ytfzf")
-    (version "2.6.0")
+    (version "2.6.2")
     (home-page "https://github.com/pystardust/ytfzf")
     (source
      (origin
@@ -123,7 +123,7 @@ (define-public ytfzf
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19wmzpbc23515ab4v4pw792x68y7bgsqhd2pmlqiq6bp6jxfrykg"))))
+        (base32 "05zcs0avyjn1dlxxsrc47ld3iddls22g1bc4mk0g8ldxvcwra05g"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
-- 
2.41.0





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

* bug#69039: [PATCH] gnu: ytfzf: Update to 2.6.2.
  2024-02-11  4:35 [bug#69039] [PATCH] gnu: ytfzf: Update to 2.6.2 kiasoc5 via Guix-patches via
@ 2024-02-14 21:26 ` 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:26 UTC (permalink / raw)
  To: kiasoc5; +Cc: 69039-done

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

> * gnu/packages/image-viewers.scm (ytfzf): Update to 2.6.2.
>
> Change-Id: Ica2e00aea884bdd7bdb8fa06bd9dd5d8a0e58be5
> ---
>  gnu/packages/image-viewers.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
> index 206b91c878..f7362e263c 100644
> --- a/gnu/packages/image-viewers.scm
> +++ b/gnu/packages/image-viewers.scm
> @@ -112,7 +112,7 @@ (define-module (gnu packages image-viewers)
>  (define-public ytfzf
>    (package
>      (name "ytfzf")
> -    (version "2.6.0")
> +    (version "2.6.2")
>      (home-page "https://github.com/pystardust/ytfzf")
>      (source
>       (origin
> @@ -123,7 +123,7 @@ (define-public ytfzf
>           (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "19wmzpbc23515ab4v4pw792x68y7bgsqhd2pmlqiq6bp6jxfrykg"))))
> +        (base32 "05zcs0avyjn1dlxxsrc47ld3iddls22g1bc4mk0g8ldxvcwra05g"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Pushed as 1a50943a3656d9e514b6808879538f513962a6ce 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#69039] [PATCH] gnu: ytfzf: Update to 2.6.2 kiasoc5 via Guix-patches via
2024-02-14 21:26 ` bug#69039: " 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.