guix-commits
[Top][All Lists]
Advanced

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

46/46: gnu: Switch variable names rust-funty-1.2 and rust-funty-1.


From: guix-commits
Subject: 46/46: gnu: Switch variable names rust-funty-1.2 and rust-funty-1.
Date: Thu, 27 Jan 2022 19:12:57 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b14a1cdef571c0901f716f4e752a97e8028ccbbd
Author: Attila Lendvai <attila@lendvai.name>
AuthorDate: Mon Jan 24 12:02:31 2022 +0100

    gnu: Switch variable names rust-funty-1.2 and rust-funty-1.
    
    The rationale is that rust-funty-1 should be the latest in the v1.x.y line,
    while rust-funty-1.1 is a specific version that some packages depend on.
    Probably backwards compatibility got broken at v1.1.0, because some packages
    request ~1.1 (i.e. 1.1.0 at the time of writing).
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 841af300eb..fa9a7d9ab5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7268,7 +7268,7 @@ streams in big-endian and little-endian formats.")
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-funty" ,rust-funty-1.2)
+       (("rust-funty" ,rust-funty-1)
         ("rust-radium" ,rust-radium-0.6)
         ("rust-serde" ,rust-serde-1)
         ("rust-tap" ,rust-tap-1)
@@ -7301,7 +7301,7 @@ streams in big-endian and little-endian formats.")
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-funty" ,rust-funty-1)
+       (("rust-funty" ,rust-funty-1.1)
         ("rust-radium" ,rust-radium-0.6)
         ("rust-serde" ,rust-serde-1)
         ("rust-tap" ,rust-tap-1)
@@ -7330,7 +7330,7 @@ streams in big-endian and little-endian formats.")
          "10bz751jbsy8fj203ibjwil07p2fwfzvx7b326wfssaravlkbfm7"))))
     (arguments
      `(#:cargo-inputs
-       (("rust-funty" ,rust-funty-1)
+       (("rust-funty" ,rust-funty-1.1)
         ("rust-radium" ,rust-radium-0.5)
         ("rust-serde" ,rust-serde-1)
         ("rust-tap" ,rust-tap-1)
@@ -22695,7 +22695,7 @@ pseudorandom number generator")
     (description "Low-level Rust bindings for the Zircon kernel.")
     (license license:bsd-3)))
 
-(define-public rust-funty-1.2
+(define-public rust-funty-1
   (package
     (name "rust-funty")
     (version "1.2.0")
@@ -22720,9 +22720,9 @@ code to generalize over which specific type it 
accepted. This was never
 stabilized, and eventually removed.  This library reïnstates these traits.")
     (license license:expat)))
 
-(define-public rust-funty-1
+(define-public rust-funty-1.1
   (package
-    (inherit rust-funty-1.2)
+    (inherit rust-funty-1)
     (name "rust-funty")
     (version "1.1.0")
     (source



reply via email to

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