guix-commits
[Top][All Lists]
Advanced

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

03/189: gnu: rust-once-cell-1.2: Remove minor version from variable name


From: guix-commits
Subject: 03/189: gnu: rust-once-cell-1.2: Remove minor version from variable name.
Date: Mon, 21 Sep 2020 06:00:47 -0400 (EDT)

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

commit 2e72fb35591bd6d92cb9d037543d213843e9ff45
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 14 22:57:56 2020 +0530

    gnu: rust-once-cell-1.2: Remove minor version from variable name.
    
    * gnu/packages/crates-io.scm (rust-once-cell-1.2): Rename to 
rust-once-cell-1.
---
 gnu/packages/crates-io.scm   | 8 ++++----
 gnu/packages/gnome.scm       | 2 +-
 gnu/packages/syndication.scm | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1660571..60e43fa 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -688,7 +688,7 @@ text or blue underlined text, on ANSI terminals.")
         ("rust-itertools" ,rust-itertools-0.8)
         ("rust-model" ,rust-model-0.1)
         ("rust-num-cpus" ,rust-num-cpus-1)
-        ("rust-once-cell" ,rust-once-cell-1.2)
+        ("rust-once-cell" ,rust-once-cell-1)
         ("rust-proptest" ,rust-proptest-0.8)
         ("rust-version-sync" ,rust-version-sync-0.8))))
     (home-page "https://github.com/vorner/arc-swap";)
@@ -6319,7 +6319,7 @@ floating-point primitives to an @code{io::Write}.")
      `(#:skip-build? #t
        #:cargo-inputs
        (("rust-libc" ,rust-libc-0.2)
-        ("rust-once-cell" ,rust-once-cell-1.2)
+        ("rust-once-cell" ,rust-once-cell-1)
         ("rust-os-pipe" ,rust-os-pipe-0.8)
         ("rust-shared-child" ,rust-shared-child-0.3))
        #:cargo-development-inputs
@@ -16012,7 +16012,7 @@ You probably don't want to link to this crate directly; 
instead check out the
 @code{onig} crate.")
     (license license:expat)))
 
-(define-public rust-once-cell-1.2
+(define-public rust-once-cell-1
   (package
     (name "rust-once-cell")
     (version "1.2.0")
@@ -16042,7 +16042,7 @@ You probably don't want to link to this crate directly; 
instead check out the
 
 (define-public rust-once-cell-0.1
   (package
-    (inherit rust-once-cell-1.2)
+    (inherit rust-once-cell-1)
     (name "rust-once-cell")
     (version "0.1.8")
     (source
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d727f18..68cce01 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3110,7 +3110,7 @@ library.")
         ("rust-markup5ever" ,rust-markup5ever-0.10)
         ("rust-nalgebra" ,rust-nalgebra-0.19)
         ("rust-num-traits" ,rust-num-traits-0.2)
-        ("rust-once-cell" ,rust-once-cell-1.2)
+        ("rust-once-cell" ,rust-once-cell-1)
         ("rust-pkg-config" ,rust-pkg-config-0.3)
         ("rust-pango" ,rust-pango-0.8)
         ("rust-pango-sys" ,rust-pango-sys-0.9)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index eea6817..64d8a47 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -100,7 +100,7 @@
         ("rust-libz-sys" ,rust-libz-sys-1)
         ("rust-natord" ,rust-natord-1.0)
         ("rust-nom" ,rust-nom-5)
-        ("rust-once-cell" ,rust-once-cell-1.2)
+        ("rust-once-cell" ,rust-once-cell-1)
         ("rust-percent-encoding" ,rust-percent-encoding-2.1)
         ("rust-rand" ,rust-rand-0.6)
         ("rust-smallvec" ,rust-smallvec-0.6)



reply via email to

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