guix-commits
[Top][All Lists]
Advanced

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

08/189: gnu: rust-which-3.1: Remove minor version from variable name.


From: guix-commits
Subject: 08/189: gnu: rust-which-3.1: Remove minor version from variable name.
Date: Mon, 21 Sep 2020 06:00:49 -0400 (EDT)

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

commit 7e9a7723e38504bc0904288cec92ef2256a5d570
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 14 23:14:10 2020 +0530

    gnu: rust-which-3.1: Remove minor version from variable name.
    
    * gnu/packages/crates-io.scm (rust-which-3.1): Rename to rust-which-3.
---
 gnu/packages/crates-io.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f7b6e1d..42d29de 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1447,7 +1447,7 @@ that uses Serde for transforming structs into bytes and 
vice versa!")
         ("rust-regex" ,rust-regex-1)
         ("rust-rustc-hash" ,rust-rustc-hash-1.1)
         ("rust-shlex" ,rust-shlex-0.1)
-        ("rust-which" ,rust-which-3.1))
+        ("rust-which" ,rust-which-3))
        #:cargo-development-inputs
        (("rust-clap" ,rust-clap-2)
         ("rust-diff" ,rust-diff-0.1)
@@ -1500,7 +1500,7 @@ that uses Serde for transforming structs into bytes and 
vice versa!")
         ("rust-regex" ,rust-regex-1)
         ("rust-rustc-hash" ,rust-rustc-hash-1.1)
         ("rust-shlex" ,rust-shlex-0.1)
-        ("rust-which" ,rust-which-3.1))
+        ("rust-which" ,rust-which-3))
        #:cargo-development-inputs
        (("rust-clap" ,rust-clap-2)
         ("rust-diff" ,rust-diff-0.1)
@@ -1546,7 +1546,7 @@ that uses Serde for transforming structs into bytes and 
vice versa!")
         ("rust-regex" ,rust-regex-1)
         ("rust-lazy-static" ,rust-lazy-static-1)
         ("rust-clap" ,rust-clap-2)
-        ("rust-which" ,rust-which-3.1))
+        ("rust-which" ,rust-which-3))
        #:cargo-development-inputs
        (("rust-clap" ,rust-clap-2)
         ("rust-diff" ,rust-diff-0.1)
@@ -1591,7 +1591,7 @@ that uses Serde for transforming structs into bytes and 
vice versa!")
         ("rust-regex" ,rust-regex-1)
         ("rust-lazy-static" ,rust-lazy-static-1)
         ("rust-clap" ,rust-clap-2)
-        ("rust-which" ,rust-which-3.1))
+        ("rust-which" ,rust-which-3))
        #:cargo-development-inputs
        (("rust-clap" ,rust-clap-2)
         ("rust-diff" ,rust-diff-0.1)
@@ -29914,7 +29914,7 @@ Verification.")
      "This package provides a WebIDL Parser.")
     (license license:expat)))
 
-(define-public rust-which-3.1
+(define-public rust-which-3
   (package
     (name "rust-which")
     (version "3.1.1")



reply via email to

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