guix-commits
[Top][All Lists]
Advanced

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

52/58: gnu: rust-semver-parser-0.10: Update to 0.10.2.


From: guix-commits
Subject: 52/58: gnu: rust-semver-parser-0.10: Update to 0.10.2.
Date: Sun, 13 Jun 2021 13:15:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8f1915b0c3dd5d392063067e2f440e55b6f67fd0
Author: Zheng junjie <873216071@qq.com>
AuthorDate: Fri Jun 11 21:12:01 2021 +0800

    gnu: rust-semver-parser-0.10: Update to 0.10.2.
    
    * gnu/packages/crates-io.scm (rust-semver-parser-0.10): Update to 0.10.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 c3902ab..99d2451 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39098,14 +39098,14 @@ macOS and iOS.")
 (define-public rust-semver-parser-0.10
   (package
     (name "rust-semver-parser")
-    (version "0.10.1")
+    (version "0.10.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "semver-parser" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0a0lgmnd7jga3c6090lsn4lifh3mnzmy4v6d6yqg9rfm59n19vs2"))))
+        (base32 "1xqijhqhx3bn77xnl1mlcp032hz8nv7n2fbdacbdzq7rnzsvxc00"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f                      ;missing files



reply via email to

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