[PATCH] gnu: ristretto: Update to 0.12.4.

  • Done
  • quality assurance status badge
Details
3 participants
  • Kaelyn
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221216114835.18716-1-mike@rohleder.de
* gnu/packages/xfce.scm (ristretto): Update to 0.12.4.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 720a36e3b9..7795797c7a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1146,7 +1146,7 @@ (define-public xfce4-power-manager
(define-public ristretto
(package
(name "ristretto")
- (version "0.12.3")
+ (version "0.12.4")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/ristretto/"
@@ -1154,7 +1154,7 @@ (define-public ristretto
"ristretto-" version ".tar.bz2"))
(sha256
(base32
- "0gizrn49ayamb1sqfxi3mdxas9dz4dw1sv3iyji718az48hp13w6"))))
+ "0c3rx02bk74fip7ishdxnbn0l9f48qbiglckzclz7v758fbmq074"))))
(build-system gnu-build-system)
(native-inputs
(list intltool desktop-file-utils
--
2.38.1
Kaelyn wrote 2 years ago
(name . 60119@debbugs.gnu.org)(address . 60119@debbugs.gnu.org)
BqDZaMcWVf6T9faYAVK9W-dJEx8x8SQgIZmjAb4GGQLzF5HojmZ1w4Zyzh0gCAQ5rKULSHk0XvwR2ltOQ_0l2GHjU3-gRoj1FwFqmBsdiXc=@protonmail.com
Hi,

I've successfully tested the ristretto update on my laptop in conjunction with the XFCE 4.18 updates. This patch looks good to me.

Cheers,
Kaelyn
Mathieu Othacehe wrote 2 years ago
Re: bug#60119: [PATCH] gnu: ristretto: Update to 0.12.4.
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 60119-done@debbugs.gnu.org)
877cyffoa4.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/xfce.scm (ristretto): Update to 0.12.4.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 60119
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