guix-commits
[Top][All Lists]
Advanced

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

32/189: gnu: rust-once-cell-1: Update to 1.4.1.


From: guix-commits
Subject: 32/189: gnu: rust-once-cell-1: Update to 1.4.1.
Date: Mon, 21 Sep 2020 06:01:00 -0400 (EDT)

arunisaac pushed a commit to branch wip-swc
in repository guix.

commit b78dd20acad18991209a3ab0c7377352936c40c4
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 6e3c26c..a372d3d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16017,7 +16017,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.2.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
@@ -16026,7 +16026,7 @@ You probably don't want to link to this crate directly; 
instead check out the
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1vdz8xlg3r05w3wfjimnc347hgm54i5nrqf72r4mlp0fcdplh7w9"))))
+         "1ba56vr8n85xgajnn78pg6iag4inwil3mqg90wi5jaz6xzkm23i6"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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