[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/18: gnu: rust-version-compare 0.0.11: Fix variable name.
From: |
guix-commits |
Subject: |
02/18: gnu: rust-version-compare 0.0.11: Fix variable name. |
Date: |
Thu, 30 Dec 2021 15:34:02 -0500 (EST) |
htgoebel pushed a commit to branch master
in repository guix.
commit 4c5f7dac9df95fb17a12ea15d29eff86ed36eb0a
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Dec 3 20:51:33 2021 +0100
gnu: rust-version-compare 0.0.11: Fix variable name.
In semanic versioning, the last non-zero numer is relevant. 0.0.10 is not
expected to be compatible with 0.0.11.
* gnu/packages/crates-io.scm: (rust-version-compare-0.0.11): Rename from …
(rust-version-compare-0.0): … this, which becomes an alias of the former.
(rust-system-deps-1)[source]<snippet>: Use new version string.
[arguments]<#:cargo-inputs>: Use new variable name.
---
gnu/packages/crates-io.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ee0486cd8b..65e8fbae09 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54473,7 +54473,7 @@ dependencies declarative, so other tools can read them
as well.")
(modules '((guix build utils)))
(snippet
'(begin (substitute* "Cargo.toml"
- (("0.0.10") "0.0"))
+ (("0.0.10") "0.0.11"))
#t))))
(arguments
`(#:tests? #f ;source is missing some test files
@@ -54484,7 +54484,7 @@ dependencies declarative, so other tools can read them
as well.")
("rust-strum-macros" ,rust-strum-macros-0.18)
("rust-thiserror" ,rust-thiserror-1)
("rust-toml" ,rust-toml-0.5)
- ("rust-version-compare" ,rust-version-compare-0.0))
+ ("rust-version-compare" ,rust-version-compare-0.0.11))
#:cargo-development-inputs
(("rust-itertools" ,rust-itertools-0.9))))))
@@ -62186,7 +62186,7 @@ If that fails, no determination is made, and calls
return None.")
(base32
"1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))))
-(define-public rust-version-compare-0.0
+(define-public rust-version-compare-0.0.11
(package
(name "rust-version-compare")
(version "0.0.11")
@@ -62206,6 +62206,8 @@ If that fails, no determination is made, and calls
return None.")
numbers, and test them against various comparison operators.")
(license license:expat)))
+(define-public rust-version-compare-0.0 rust-version-compare-0.0.11)
+
(define-public rust-version-sync-0.8
(package
(name "rust-version-sync")
- branch master updated (3a608120c1 -> bf7ed7c9f2), guix-commits, 2021/12/30
- 02/18: gnu: rust-version-compare 0.0.11: Fix variable name.,
guix-commits <=
- 04/18: gnu: Add rust-fallible-collections-0.3., guix-commits, 2021/12/30
- 01/18: gnu: rust-nettle: Update to 7.0.3., guix-commits, 2021/12/30
- 03/18: gnu: Add rust-gif-0.11., guix-commits, 2021/12/30
- 05/18: gnu: Add rust-target-lexicon-0.11., guix-commits, 2021/12/30
- 09/18: gnu: Add rust-sequoia-openpgp-1., guix-commits, 2021/12/30
- 12/18: gnu: Add rust-sequoia-autocrypt-0.23., guix-commits, 2021/12/30
- 14/18: gnu: Add sequoia-sqv., guix-commits, 2021/12/30
- 17/18: gnu: rust-sequoia-openpgp-0.9: Move to (gnu packages sequoia)., guix-commits, 2021/12/30
- 07/18: gnu: Add rust-buffered-reader-1., guix-commits, 2021/12/30
- 08/18: gnu: Add rust-xxhash-rust-0.8., guix-commits, 2021/12/30