mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: rust-xkbcommon-dl-0.4: Update to 0.4.2.
* gnu/packages/crates-graphics.scm (rust-xkbcommon-dl-0.4): Update to 0.4.2. Change-Id: I32bea519dee0ba37812d1b1518a0f44d6bd76706
This commit is contained in:
parent
6b4e482c8b
commit
083b11be43
1 changed files with 2 additions and 2 deletions
|
@ -6288,14 +6288,14 @@ (define-public rust-xkbcommon-0.5
|
|||
(define-public rust-xkbcommon-dl-0.4
|
||||
(package
|
||||
(name "rust-xkbcommon-dl")
|
||||
(version "0.4.1")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "xkbcommon-dl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "16c6kmgqbffdsnw5w9q97p55d824ss3fqzif2lrh33648j2nc939"))))
|
||||
(base32 "1iai0r3b5skd9vbr8z5b0qixiz8jblzfm778ddm8ba596a0dwffh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||
|
|
Loading…
Reference in a new issue