mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xfwm4: Update to 4.14.2.
* gnu/packages/xfce.scm (xfwm4): Update to 4.14.2.
This commit is contained in:
parent
b91dcefda1
commit
70f5cabc29
1 changed files with 2 additions and 2 deletions
|
@ -724,7 +724,7 @@ (define-public thunar-volman
|
|||
(define-public xfwm4
|
||||
(package
|
||||
(name "xfwm4")
|
||||
(version "4.14.1")
|
||||
(version "4.14.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -732,7 +732,7 @@ (define-public xfwm4
|
|||
"xfwm4-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a0la57jh618qfl7czsn7mspcraqczkm1m616j7jwxkhh2hq21qh"))))
|
||||
"14pxiymg0hpg3yijbjv5w6259pra4rqq79b7a6mvd8wn4ls40nxi"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue