GNU bug report logs -
#69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.
Previous Next
Full log
View this message in rfc822 format
gnu/packages/crates-io.scm (rust-const-fn-assert-0.1): Move variable.
Change-Id: Id65592fce294a76d3a7f3a3cea9b84da46bbb8d0
---
gnu/packages/crates-io.scm | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1fd107c77e..614cccdfc5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12811,22 +12811,6 @@ (define-public rust-const-cstr-0.3
literals.")
(license (list license:expat license:asl2.0))))
-(define-public rust-const-fn-assert-0.1
- (package
- (name "rust-const-fn-assert")
- (version "0.1.2")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "const_fn_assert" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1451yxndri5zj95lyjzckj7m3qlpyj8ibp3pb8bbbxrl7zr19mi7"))))
- (build-system cargo-build-system)
- (home-page "https://github.com/powlpy/const_fn_assert")
- (synopsis "Assertions for const functions")
- (description "Assertions for const functions.")
- (license license:expat)))
-
;; This package requires features which are unavailable
;; on the stable releases of Rust.
(define-public rust-compiler-builtins-0.1
@@ -13687,6 +13671,22 @@ (define-public rust-const-fn-0.4
const functions with conditional compilations.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-const-fn-assert-0.1
+ (package
+ (name "rust-const-fn-assert")
+ (version "0.1.2")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "const_fn_assert" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1451yxndri5zj95lyjzckj7m3qlpyj8ibp3pb8bbbxrl7zr19mi7"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/powlpy/const_fn_assert")
+ (synopsis "Assertions for const functions")
+ (description "Assertions for const functions.")
+ (license license:expat)))
+
(define-public rust-const-format-0.2
(package
(name "rust-const-format")
--
2.41.0
This bug report was last modified 1 year and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.