guix-commits
[Top][All Lists]
Advanced

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

28/34: gnu: rust-csv-1.1: Update to 1.1.5.


From: guix-commits
Subject: 28/34: gnu: rust-csv-1.1: Update to 1.1.5.
Date: Wed, 6 Jan 2021 12:32:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f78b1a62d218d09e90a8da3e141a05bb80ea47fe
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 24 11:50:52 2020 +0100

    gnu: rust-csv-1.1: Update to 1.1.5.
    
    * gnu/packages/crates-io.scm (rust-csv-1.1): Update to 1.1.5.
---
 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 17c96b9..38ccb44 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7729,7 +7729,7 @@ reallocations.")
 (define-public rust-csv-1.1
   (package
     (name "rust-csv")
-    (version "1.1.3")
+    (version "1.1.5")
     (source
      (origin
        (method url-fetch)
@@ -7738,7 +7738,7 @@ reallocations.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0yd2z55m2pg4al4yng4nl2y7c9dw2v7yhg5ynihxyrmmd9zzxbq0"))))
+         "15wydz6klf1shh1ac5n6rsihc4xrz1lzi8vjmhava94v54rqdmgr"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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