guix-commits
[Top][All Lists]
Advanced

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

19/189: gnu: rust-stable-deref-trait-1.1: Remove minor version from vari


From: guix-commits
Subject: 19/189: gnu: rust-stable-deref-trait-1.1: Remove minor version from variable name.
Date: Mon, 21 Sep 2020 06:00:54 -0400 (EDT)

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

commit 42a97e7cbdabd4ced19c45e4ae1dd7b18de1dad9
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 14 23:43:26 2020 +0530

    gnu: rust-stable-deref-trait-1.1: Remove minor version from variable name.
    
    * gnu/packages/crates-io.scm (rust-stable-deref-trait-1.1): Rename to
    rust-stable-deref-trait-1.
---
 gnu/packages/crates-io.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1f26688..01a7147 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9235,7 +9235,7 @@ retrieving random data from system source.")
          ,rust-fallible-iterator-0.2)
         ("rust-arrayvec" ,rust-arrayvec-0.5)
         ("rust-stable-deref-trait"
-         ,rust-stable-deref-trait-1.1)
+         ,rust-stable-deref-trait-1)
         ("rust-smallvec" ,rust-smallvec-1)
         ("rust-indexmap" ,rust-indexmap-1)
         ("rust-byteorder" ,rust-byteorder-1))))
@@ -9265,7 +9265,7 @@ retrieving random data from system source.")
         ("rust-byteorder" ,rust-byteorder-1)
         ("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
         ("rust-indexmap" ,rust-indexmap-1)
-        ("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1))
+        ("rust-stable-deref-trait" ,rust-stable-deref-trait-1))
        #:cargo-development-inputs
        (("rust-crossbeam" ,rust-crossbeam-0.7)
         ("rust-getopts" ,rust-getopts-0.2)
@@ -16483,7 +16483,7 @@ under its new name.")
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1))))
+       (("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))
     (home-page "https://github.com/Kimundi/owning-ref-rs";)
     (synopsis "Create references that carry their owner with them")
     (description
@@ -21634,7 +21634,7 @@ It is automatically published using the compiler 
repository at
         ("rust-rustc-rayon" ,rust-rustc-rayon-0.3)
         ("rust-rustc-rayon-core" ,rust-rustc-rayon-core-0.3)
         ("rust-smallvec" ,rust-smallvec-1)
-        ("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1)
+        ("rust-stable-deref-trait" ,rust-stable-deref-trait-1)
         ("rust-winapi" ,rust-winapi-0.3))))
     (home-page "https://github.com/alexcrichton/rustc-auto-publish";)
     (synopsis "Automatically published versions of rustc data structures")
@@ -23630,7 +23630,7 @@ for the serde framework.")
      `(#:cargo-inputs
        (("rust-nodrop" ,rust-nodrop-0.1)
         ("rust-serde" ,rust-serde-1)
-        ("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1))))
+        ("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))
     (home-page "https://github.com/servo/servo";)
     (synopsis "Fork of std::sync::Arc with some extra functionality")
     (description
@@ -24743,7 +24743,7 @@ initializers are available.")
      "This package provides a single-producer single-consumer lock-free 
buffer.")
     (license license:expat)))
 
-(define-public rust-stable-deref-trait-1.1
+(define-public rust-stable-deref-trait-1
   (package
     (name "rust-stable-deref-trait")
     (version "1.1.1")



reply via email to

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