all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1.
@ 2019-03-17 14:41 Kei Kebreau
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 14:41 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b47fe5d301..7c4df4964c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -104,15 +104,15 @@ Xfce Desktop Environment.")
 (define-public xfconf
   (package
     (name "xfconf")
-    (version "4.12.0")
+    (version "4.12.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/"
-                                  (version-major+minor version)
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0mmi0g30aln3x98y5p507g17pipq0dj0bwypshan8cq5hkmfl44r"))))
+                "0dns190bwb615wy9ma2654sw4vz1d0rcv061zmaalkv9wmj8bx1m"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.21.0

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

end of thread, other threads:[~2019-03-26  1:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-17 14:41 [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Kei Kebreau
2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 03/18] gnu: exo: Update to 0.12.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 04/18] gnu: garcon: Update to 0.6.2 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 05/18] gnu: tumbler: Update to 0.2.3 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 06/18] gnu: xfce4-panel: Update to 4.12.2 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 07/18] gnu: xfce4-battery-plugin: Update to 1.1.2 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 08/18] gnu: xfce4-clipman-plugin: Update to 1.4.3 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 09/18] gnu: xfce-pulseaudio-plugin: Update to 0.4.1 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 10/18] gnu: xfce4-session: Update to 4.12.1 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 11/18] gnu: xfce4-settings: Update to 4.12.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 12/18] gnu: thunar: Update to 1.8.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 13/18] gnu: xfwm4: Update to 4.12.5 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 14/18] gnu: xfdesktop: Update to 4.12.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 15/18] gnu: xfce4-terminal: Update to 0.8.7.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 16/18] gnu: xfce4-power-manager: Update to 1.6.1 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 17/18] gnu: xfce4-taskmanager: Update to 1.2.2 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 18/18] gnu: xfce4-notifyd: Update to 0.4.3 Kei Kebreau
2019-03-17 18:12 ` [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Leo Famulari
2019-03-18 14:32   ` bug#34895: " Kei Kebreau
2019-03-24 10:30 ` [bug#34895] " Danny Milosavljevic
2019-03-26  1:43   ` Kei Kebreau

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.