gnu: xfce4-session: Update to 4.12.1.
* gnu/packages/xfce.scm (xfce4-session): Update to 4.12.1. [source]: Update URL.master
parent
c8b0f0ab8b
commit
d4986c902a
|
@ -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"))
|
||||||
|
|
Reference in New Issue