[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
M
M
Michael Rohleder wrote on 16 Dec 2022 12:48
(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
K
K
Kaelyn wrote on 23 Dec 2022 19:13
(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
M
M
Mathieu Othacehe wrote on 25 Dec 2022 17:20
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
?