guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-gtk-rs-lgpl-docs-0: Update to 0.1.18.


From: guix-commits
Subject: branch master updated: gnu: rust-gtk-rs-lgpl-docs-0: Update to 0.1.18.
Date: Fri, 04 Dec 2020 09:32:30 -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 530000b  gnu: rust-gtk-rs-lgpl-docs-0: Update to 0.1.18.
530000b is described below

commit 530000b07c9cd639fb66726f22ba0b0a743fa76e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 4 15:31:42 2020 +0100

    gnu: rust-gtk-rs-lgpl-docs-0: Update to 0.1.18.
    
    * gnu/packages/crates-gtk.scm (rust-gtk-rs-lgpl-docs-0): Update to 0.1.18.
---
 gnu/packages/crates-gtk.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 41b9a51..96a6d4e 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -456,16 +456,14 @@
 (define-public rust-gtk-rs-lgpl-docs-0.1
   (package
     (name "rust-gtk-rs-lgpl-docs")
-    (version "0.1.15")
+    (version "0.1.18")
     (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "gtk-rs-lgpl-docs" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "06b1j64zg0xmhwfkyhzh3y0apclg6qihn3f7s1bd7kgjmkia4jlr"))))
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "gtk-rs-lgpl-docs" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0xm3lm15j8yfn2jzh3sz6hrq2g2k917ahnp5caxw9c7z8sgr9f4m"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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