mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-x11-2: Update to 2.18.2.
* gnu/packages/crates-graphics.scm (rust-x11-2): Update to 2.18.2. [home-page]: Drop ".git" suffix. [description]: Make it a full sentence. [license]: Update license to expat.
This commit is contained in:
parent
0146a62b82
commit
9d012ddfdd
1 changed files with 6 additions and 6 deletions
|
@ -8,6 +8,7 @@
|
|||
;;; Copyright © 2020 Danny Milosavljevic <dannym@scratchpost.org>
|
||||
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -2268,7 +2269,7 @@ (define-public rust-winit-0.19
|
|||
(define-public rust-x11-2
|
||||
(package
|
||||
(name "rust-x11")
|
||||
(version "2.18.1")
|
||||
(version "2.18.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2276,17 +2277,16 @@ (define-public rust-x11-2
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dg2d0yrqmwg6prpxkw3vpmwzwxnaki2cn0v64ylh5gp4cqpws9r"))))
|
||||
(base32 "0wz7l6dlbraa9zalh9i45v9wibvkir9m2m1sg0jnzcbcaj9d1v3p"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||
(home-page "https://github.com/erlepereira/x11-rs.git")
|
||||
(home-page "https://github.com/erlepereira/x11-rs")
|
||||
(synopsis "X11 library bindings for Rust")
|
||||
(description "X11 library bindings for Rust.")
|
||||
(license license:cc0)))
|
||||
(description "This crate provides X11 library bindings for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-x11-clipboard-0.4
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue