mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: rust-glib-sys-0.20: Update to 0.20.6.
* gnu/packages/crates-gtk.scm (rust-glib-sys-0.20): Update to 0.20.6. Change-Id: I5eebf8c42fc154ec50be362d2d23614d4441a396
This commit is contained in:
parent
50fad9e697
commit
7f97ec064e
1 changed files with 2 additions and 2 deletions
|
@ -2370,14 +2370,14 @@ (define-public rust-glib-macros-0.10
|
|||
(define-public rust-glib-sys-0.20
|
||||
(package
|
||||
(name "rust-glib-sys")
|
||||
(version "0.20.4")
|
||||
(version "0.20.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "glib-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0avm6dr3q2xvlad7fcbq7an7qasaqf3k480dn19s99ngi1fwm7jz"))))
|
||||
(base32 "1pn2hynpky8kh776wrlyd7wp2spzaxfqw8pv1lnc87v2x0kih2rx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(;; XXX: Tests are sensitive to the version of glib, even though
|
||||
|
|
Loading…
Reference in a new issue