all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kkebreau@posteo.net>
To: 34895@debbugs.gnu.org
Cc: Kei Kebreau <kkebreau@posteo.net>
Subject: [bug#34895] [PATCH 10/18] gnu: xfce4-session: Update to 4.12.1.
Date: Sun, 17 Mar 2019 12:04:15 -0400	[thread overview]
Message-ID: <20190317160423.10327-9-kkebreau@posteo.net> (raw)
In-Reply-To: <20190317160423.10327-1-kkebreau@posteo.net>

* gnu/packages/xfce.scm (xfce4-session): 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 89ebcfad3d..deefdfb27b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -474,15 +474,15 @@ your system in categories, so you can quickly find and launch them.")
 (define-public xfce4-session
   (package
     (name "xfce4-session")
-    (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
-                "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38"))
+                "1z88klls3j161n5snpamz4l3p4823q4h87wdnqikczxgs2ig5mwp"))
               (patches
                ;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282
                (search-patches "xfce4-session-fix-xflock4.patch"))
-- 
2.21.0

  parent reply	other threads:[~2019-03-17 16:18 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Kei Kebreau [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190317160423.10327-9-kkebreau@posteo.net \
    --to=kkebreau@posteo.net \
    --cc=34895@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.