guix_mirror_bot pushed a commit to branch world-rebuild in repository guix.
commit 54c40e852cd8bcda699ae672e1ceb6d864de7953 Author: bdunahu <[email protected]> AuthorDate: Sat Mar 28 12:50:14 2026 -0400 gnu: nsxiv: Update to 34. * gnu/packages/image-viewers.scm (nsxiv): Update to 34. [homepage]: Update to new URL. Merges: https://codeberg.org/guix/guix/pulls/7548 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/image-viewers.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index c1dd7680e6..dcdc15c7e2 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -483,7 +483,7 @@ it and customize it for your needs.") (define-public nsxiv (package (name "nsxiv") - (version "33") + (version "34") (source (origin (method git-fetch) @@ -492,7 +492,7 @@ it and customize it for your needs.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1y8rsg8q45b1dbm9zrsr0s7v86z95b87cvn7n81nlkj7paj3wnqz")))) + (base32 "1ac53508dk0wf2smsvsjj3nsnil6ycvfs2hxignn4rd2pp3lzzk2")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;no check target @@ -527,7 +527,7 @@ it and customize it for your needs.") libexif libx11 libxft)) - (home-page "https://github.com/nsxiv/nsxiv") + (home-page "https://nsxiv.codeberg.page/") (synopsis "Neo Simple X Image Viewer") (description "nsxiv is a fork of sxiv. Its primary goal is to provide the most basic
