[PATCH] gnu: ytfzf: Update to 2.6.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 1 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
9a9e7f4a1f51e74fc4132bbd06c68b60ba14d1e3.1707013213.git.kiasoc5@disroot.org
* 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(-)

Toggle diff (26 lines)
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
John Kehayias wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69039-done@debbugs.gnu.org)
878r3mlouy.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

Toggle quote (32 lines)
> * 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!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69039
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help