mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libwnck: Update to 3.14.1.
* gnu/packages/gnome.scm (libwnck): Update to 3.14.1.
This commit is contained in:
parent
85a0942cff
commit
aacf6a7f27
1 changed files with 2 additions and 2 deletions
|
@ -1436,14 +1436,14 @@ (define-public libbonoboui
|
|||
(define-public libwnck
|
||||
(package
|
||||
(name "libwnck")
|
||||
(version "3.14.0")
|
||||
(version "3.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "074jww04z8g9r1acndqap79wx4kbm3rpkf4lcg1v82b66iv0027m"))))
|
||||
(base32 "1ymya8gkjygvg0i901wr3q6ihfqxx5yf4g4pb6fag2iw8af3qr5v"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue