unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64706] [PATCH 1/2] gnu: xfce4-settings: Update to 4.18.3.
@ 2023-07-18 13:10 iyzsong--- via Guix-patches via
  2023-07-18 13:10 ` [bug#64707] [PATCH 2/2] gnu: xfce4-verve-plugin: Update to 2.0.3 iyzsong--- via Guix-patches via
  2023-08-01 11:43 ` bug#64706: [PATCH 1/2] gnu: xfce4-settings: Update to 4.18.3 宋文武 via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-07-18 13:10 UTC (permalink / raw)
  To: 64706; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.3.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 31dc750101..a4461d04bb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -682,7 +682,7 @@ (define-public xfce4-session
 (define-public xfce4-settings
   (package
     (name "xfce4-settings")
-    (version "4.18.2")
+    (version "4.18.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -690,7 +690,7 @@ (define-public xfce4-settings
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "08jgvhxhh95rcgpvsfqn1rv7i45zj37zyhcpnkpmgbpshw83cqa6"))
+                "18giyc190i7b3nc3l745p6fqpnqivwxm0yc7l0whfa03wndykf9d"))
               (patches (search-patches "xfce4-settings-defaults.patch"))))
     (build-system gnu-build-system)
     (arguments

base-commit: a8c79839d57acf96df720630b8e6ddee8a8c2cf8
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#64707] [PATCH 2/2] gnu: xfce4-verve-plugin: Update to 2.0.3.
  2023-07-18 13:10 [bug#64706] [PATCH 1/2] gnu: xfce4-settings: Update to 4.18.3 iyzsong--- via Guix-patches via
@ 2023-07-18 13:10 ` iyzsong--- via Guix-patches via
  2023-08-01 11:44   ` bug#64707: " 宋文武 via Guix-patches via
  2023-08-01 11:43 ` bug#64706: [PATCH 1/2] gnu: xfce4-settings: Update to 4.18.3 宋文武 via Guix-patches via
  1 sibling, 1 reply; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-07-18 13:10 UTC (permalink / raw)
  To: 64707; +Cc: 宋文武, Zhu Zihao, 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.3.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a4461d04bb..8480c9899a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2089,7 +2089,7 @@ (define-public xfce4-timer-plugin
 (define-public xfce4-verve-plugin
   (package
    (name "xfce4-verve-plugin")
-   (version "2.0.1")
+   (version "2.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2098,7 +2098,7 @@ (define-public xfce4-verve-plugin
                                   "/xfce4-verve-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "09gqp0jb5ccjh7ny798n5cy9skdx3hpis4kgvjpl4vidnrg5xnpb"))))
+                "17p0kxnzx4ks3rs281x5pvwksl1gh2mg7h7mkccjmkzr3cgi5gz1"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#64706: [PATCH 1/2] gnu: xfce4-settings: Update to 4.18.3.
  2023-07-18 13:10 [bug#64706] [PATCH 1/2] gnu: xfce4-settings: Update to 4.18.3 iyzsong--- via Guix-patches via
  2023-07-18 13:10 ` [bug#64707] [PATCH 2/2] gnu: xfce4-verve-plugin: Update to 2.0.3 iyzsong--- via Guix-patches via
@ 2023-08-01 11:43 ` 宋文武 via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-01 11:43 UTC (permalink / raw)
  To: 64706-done


Pushed now.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#64707: [PATCH 2/2] gnu: xfce4-verve-plugin: Update to 2.0.3.
  2023-07-18 13:10 ` [bug#64707] [PATCH 2/2] gnu: xfce4-verve-plugin: Update to 2.0.3 iyzsong--- via Guix-patches via
@ 2023-08-01 11:44   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-01 11:44 UTC (permalink / raw)
  To: 64707-done; +Cc: 宋文武


Pushed now with pcre2 inputs added.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-01 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18 13:10 [bug#64706] [PATCH 1/2] gnu: xfce4-settings: Update to 4.18.3 iyzsong--- via Guix-patches via
2023-07-18 13:10 ` [bug#64707] [PATCH 2/2] gnu: xfce4-verve-plugin: Update to 2.0.3 iyzsong--- via Guix-patches via
2023-08-01 11:44   ` bug#64707: " 宋文武 via Guix-patches via
2023-08-01 11:43 ` bug#64706: [PATCH 1/2] gnu: xfce4-settings: Update to 4.18.3 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).