guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rust-x11-2: Update to 2.18.2.


From: guix-commits
Subject: branch master updated: gnu: rust-x11-2: Update to 2.18.2.
Date: Fri, 04 Dec 2020 08:56:54 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9d012dd  gnu: rust-x11-2: Update to 2.18.2.
9d012dd is described below

commit 9d012ddfdd99c7808e7d841c0a54b290234571bb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 4 14:55:47 2020 +0100

    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.
---
 gnu/packages/crates-graphics.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 11bdd4c..9a755d4 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -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 @@ protocol extensions.  Look at the crate wayland-client 
for usable bindings.")
 (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 @@ protocol extensions.  Look at the crate wayland-client 
for usable bindings.")
        (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]