[PATCH] gnu: xfce4-screenshooter: Update to 1.9.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201223081518.11441-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.8.
---
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 dad7c1d03d..91204d097d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1252,7 +1252,7 @@ of data to either CD/DVD/BD.")
(define-public xfce4-screenshooter
(package
(name "xfce4-screenshooter")
- (version "1.9.7")
+ (version "1.9.8")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1262,7 +1262,7 @@ of data to either CD/DVD/BD.")
version ".tar.bz2"))
(sha256
(base32
- "1lbhl0sh0ayv3zhgzcd9hj9q9m3lnyv7vlglfqrl39i3782n2w8g"))))
+ "0l1cyrb4ym7d95yliyl8gn701wvnr734v622yyy3zdnk99hrs0kg"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.29.2
Christopher Baines wrote 4 years ago
xfce4 + mousepad updates
(name . Michael Rohleder)(address . mike@rohleder.de)
87a6u4bx5d.fsf@cbaines.net
Hi Michael,

Thanks for the patches, they all look great to me. I've gone ahead and
pushed them to master [1].

Let's see if I can close the 5 bugs with one email...

1:
80bb9d9d3b gnu: mousepad: Update to 0.5.1.
c2e49ead43 gnu: xfce4-genmon-plugin: Update to 4.1.0.
8742f55b7e gnu: xfce4-screenshooter: Update to 1.9.8.
4bad5f61ac gnu: xfce4-calculator-plugin: Update to 0.7.1.
fa23813a5c gnu: xfce4-terminal: Update to 0.8.10.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl/jJG5fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfAeA/9FSCuBD2AdXMBiWvSh6uhazNkczFAr7WZ
AXcFbjZv0CNN18jtVu7bRNeYS6ylnEfNCejEA75C9ecLNXS2jEoflDv54K4+u6Bk
0cc/fypFsUrbQa59hSqLpi167fnTPHMUbYFyl5EctV/GJ0+ZlaW81tsKHobkrHWQ
Q9V2OMfINH20SL2+p+Lq7w+CgF6Yt31X19GqLqiQIM85feq5BN+L/VdQry+LL1n0
BlHb2Srkwzq+sFY3u1WnYQu2P2Ul2e8quNTL5lwZ4kvdKWlW/zzQ3Z1zLJT/WWMb
kCTruTTfRwluP+9sLjtGlFkKZLXoej9WVlEaXv1vZMoIyG5/DQKW8Yd9QnDaJHJ6
BHSbvwTVwGvZ44KfgRALKSI490BvKSqqCi3snZxRsiZNYIEjccsHFzp1RYCIijcb
d4nVmhakAh54LegwHMJNpgbp6hDz9rnzU107U1qRV3CWAe6KLVgbBMhzDQt5NhCJ
gsdTM+NdebZYLBc4lsG9gqnHsbkuIW6Ey4PEfiX6qU759qVUIEixg8pL9IhyYsYf
jPNz8/CmbJDtRwMarTRNt4svslFh8fOU8ydmy8vM3WF9GxuU0xGN8vcweoXn6HnL
BJbNNZM+YMmsFfVPzTzBh+JMSlP51B7YFd6puQp4QsnL/GulCiLKGT2cOkMgj9dF
wqqPyO525tk=
=NWP9
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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