[PATCH] gnu: xfce4-smartbookmark-plugin: Update to 0.5.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kei Kebreau
  • 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)
20201225101141.11179-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-smartbookmark-plugin): Update to 0.5.2.
---
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 3b0ff54308..d9be3fb70b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1862,7 +1862,7 @@ opens up a menu with the following:
(define-public xfce4-smartbookmark-plugin
(package
(name "xfce4-smartbookmark-plugin")
- (version "0.5.1")
+ (version "0.5.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1871,7 +1871,7 @@ opens up a menu with the following:
"/xfce4-smartbookmark-plugin-" version ".tar.bz2"))
(sha256
(base32
- "001nf2bqly8vm868qvafzgihc9463c488mkim24iw9g2s9ygna1y"))))
+ "1lyd64qc9w6qnpqjb5xk0mjq4l7riv6z7l9aws28clalb8prw9ra"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.29.2
Kei Kebreau wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45421-done@debbugs.gnu.org)
87sg7f3pyd.fsf@posteo.net
Hi Michael,

Your patch works fine. It has been pushed to master as commit 3ad2f736.

Thanks,
Kei
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAl/0+toACgkQ5qXuPBlG
eg0c5xAAgG8+eMZiqZQj0vJP44YykzfeOSvj+i5NlacS2OyHYq1djJ6UrtwSKZbe
R4mHmGQFRcNKqFLV0U6Pzsoz/gxiqZXriiWcP0oIa1J8Q3jeonea03snBAUcgX5r
zhZe2J9JQYtMwa0p8x2TdlSNDoc633apokXRqMrCyprjvMM7aAnp7jsyraCaig4U
97e4jb2NTeARHMjRrPqOgPkw5nxbs3UDDk2+xeVjnCVS8mwCf70l9IQD1p9favNs
UkVe93Z7vBfLUKKp/hk+yY4thJQ0yjLuO0Gkoy5MogOIZto5hgva/7yZnScIJJoF
42yokdsUZCHmzulSRqnrGXM87JP51dqXLZlLkY3CuBenjKXgfizx1m1kqqrq8WLu
TelSH+icM8CemKu7nHVlyPZDvCK7BvCBdeS4OsafgU5CnECI6faH/9QlB8ICr5lZ
CcaqtAGYuAS8l1uLT/C8LXeZQpEitSQAk63+YlS3jzHL2eq0EU7YPOP4kMyc9pdL
XUhOHZWLt0Xkxj/mXdXRikdWo4Y41Qs/Hi0sqTlR+6vpNzVR0oimeXYQYTpude8p
sI4AoQaGN2XPvD6mzKC3Obpzu6GZq0gmeLGUsyjxB0/PmVzmW5Gr2F4Tg9uRxC9y
d+KDleq/Gmuv5K0tGxms/5+zf2aRSJmHsTffCvyh7Dpf7GqHagM=
=bjoQ
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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