guix-commits
[Top][All Lists]
Advanced

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

31/188: gnu: rust-once-cell-1: Update to 1.4.1.


From: guix-commits
Subject: 31/188: gnu: rust-once-cell-1: Update to 1.4.1.
Date: Mon, 12 Oct 2020 02:24:40 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 168193ade5264715cc702b41363dfc3bfe96024d
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Sep 15 23:02:01 2020 +0530

    gnu: rust-once-cell-1: Update to 1.4.1.
    
    * gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.4.1.
---
 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 f45367b..7aa5ae3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14871,7 +14871,7 @@ You probably don't want to link to this crate directly; 
instead check out the
 (define-public rust-once-cell-1
   (package
     (name "rust-once-cell")
-    (version "1.4.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
@@ -14880,7 +14880,7 @@ You probably don't want to link to this crate directly; 
instead check out the
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "138n52yni5qym7ds8kxckvhdy4x0m0scy0gl74brmwsahmz1yqqb"))))
+         "1ba56vr8n85xgajnn78pg6iag4inwil3mqg90wi5jaz6xzkm23i6"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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