mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: xfconf: Update to 4.14.4.
* gnu/packages/xfce.scm (xfconf): Update to 4.14.4.
This commit is contained in:
parent
805559ba48
commit
a6bc4d366f
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ Xfce Desktop Environment.")
|
||||||
(define-public xfconf
|
(define-public xfconf
|
||||||
(package
|
(package
|
||||||
(name "xfconf")
|
(name "xfconf")
|
||||||
(version "4.14.3")
|
(version "4.14.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||||
|
@ -129,7 +129,7 @@ Xfce Desktop Environment.")
|
||||||
"xfconf-" version ".tar.bz2"))
|
"xfconf-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00hcb96bw5ylfs9ppblchj8zv9026m3dlf7lnmgiq5f6xyh5542q"))))
|
"0wszp93z64112jq5wm4133s64in2ndvnzbgsbn8dh7p5xhp64dyc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue