guix-commits
[Top][All Lists]
Advanced

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

01/54: gnu: rust-nipper-0.1: Update to 0.1.9.


From: guix-commits
Subject: 01/54: gnu: rust-nipper-0.1: Update to 0.1.9.
Date: Wed, 16 Jun 2021 06:55:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3bbec7052f3719060f63b8bb7b16ed8b94e64a2d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 15 12:24:27 2021 +0200

    gnu: rust-nipper-0.1: Update to 0.1.9.
    
    * gnu/packages/crates-io.scm (rust-nipper-0.1): Update to 0.1.9.
---
 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 57b8284..ae77982 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26994,14 +26994,14 @@ applications written in Rust.  Its API is inspired by 
the popular
 (define-public rust-nipper-0.1
   (package
     (name "rust-nipper")
-    (version "0.1.8")
+    (version "0.1.9")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "nipper" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0l003qvzivrqq2lj2cdn4q5x0fg6xczld13m41x492x0g91hwvap"))))
+        (base32 "05h1zsqmg405f589lfm8ch2b0853h7hqv7mz38bvpx4k8s3844vn"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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