me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-session: Update to 4.12.1.

* gnu/packages/xfce.scm (xfce4-session): Update to 4.12.1.
[source]: Update URL.
master
Kei Kebreau 2019-03-16 18:32:27 -04:00
parent c8b0f0ab8b
commit d4986c902a
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 5 deletions

View File

@ -474,15 +474,15 @@ your system in categories, so you can quickly find and launch them.")
(define-public xfce4-session (define-public xfce4-session
(package (package
(name "xfce4-session") (name "xfce4-session")
(version "4.12.0") (version "4.12.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/" (uri (string-append "https://archive.xfce.org/src/xfce/"
(version-major+minor version) name "/" (version-major+minor version) "/"
"/src/" name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38")) "1z88klls3j161n5snpamz4l3p4823q4h87wdnqikczxgs2ig5mwp"))
(patches (patches
;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282 ;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282
(search-patches "xfce4-session-fix-xflock4.patch")) (search-patches "xfce4-session-fix-xflock4.patch"))