mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-pango-0.20: Update to 0.20.6.
* gnu/packages/crates-gtk.scm (rust-pango-0.20): Update to 0.20.6. Change-Id: Ia8e6efe2c4f93ef765c6a6e16b8d98a231c4c7dd
This commit is contained in:
parent
7f97ec064e
commit
ca9f6d8116
1 changed files with 2 additions and 2 deletions
|
@ -4146,14 +4146,14 @@ library.")
|
|||
(define-public rust-pango-0.20
|
||||
(package
|
||||
(name "rust-pango")
|
||||
(version "0.20.4")
|
||||
(version "0.20.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pango" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mpkjnxcgng8mjf7y55q5d1md4qxswf90m5784hxg50hn5aal9ma"))))
|
||||
(base32 "0jjml2rmdh6fmayqzm6nm5gp50rbm04i89g5swrkjbn5l9y4xqvi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-gio" ,rust-gio-0.20)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue