guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: rust-paste-0.1: Update to 0.1.18.


From: guix-commits
Subject: 03/05: gnu: rust-paste-0.1: Update to 0.1.18.
Date: Thu, 31 Dec 2020 07:24:52 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c5f9fba25a4da2ca345df0634a43983e5f5589c7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 31 13:14:15 2020 +0100

    gnu: rust-paste-0.1: Update to 0.1.18.
    
    * gnu/packages/crates-io.scm (rust-paste-0.1): Update to 0.1.18.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 02c9914..f98c65a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19945,7 +19945,7 @@ and would-block I/O operations.")
 (define-public rust-paste-0.1
   (package
     (name "rust-paste")
-    (version "0.1.10")
+    (version "0.1.18")
     (source
      (origin
        (method url-fetch)
@@ -19954,7 +19954,7 @@ and would-block I/O operations.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0yk4zbi7128dcrklsbwfa63d39x0dv8f7pdbrylvdlcj0s9v2kxb"))))
+         "10587zrlmzhq66yhd0z36fzglf32m1nlhi9bxxm6dgl0gp3j1jj5"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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