[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69048] [PATCH 23/32] gnu: Add rust-pyo3-build-config-0.20.
From: |
Hartmut Goebel |
Subject: |
[bug#69048] [PATCH 23/32] gnu: Add rust-pyo3-build-config-0.20. |
Date: |
Sun, 11 Feb 2024 12:43:32 +0100 |
* gnu/packages/crates-io.scm (rust-pyo3-build-config-0.20): New variable.
(rust-pyo3-build-config-0.19): Inherit from rust-pyo3-build-config-0.20.
---
gnu/packages/crates-io.scm | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 051195ff7a..bc881d1d3c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -58734,17 +58734,17 @@ (define-public rust-pure-rust-locales-0.5
(("rust-itertools" ,rust-itertools-0.8)
("rust-nom" ,rust-nom-5))))))
-(define-public rust-pyo3-build-config-0.19
+(define-public rust-pyo3-build-config-0.20
(package
(name "rust-pyo3-build-config")
- (version "0.19.2")
+ (version "0.20.2")
(source (origin
(method url-fetch)
(uri (crate-uri "pyo3-build-config" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "19bb7aqyvr4kmh8b2lnrmcv9251j8yxw7l7xyr77m3s3pk876v07"))))
+ "1gk3a4y8jc2z1j3hb9xjg1gfvcd7s6ph1wwkcbr039p5iw6nyhh7"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -58759,6 +58759,19 @@ (define-public rust-pyo3-build-config-0.19
ecosystem.")
(license license:asl2.0)))
+(define-public rust-pyo3-build-config-0.19
+ (package
+ (inherit rust-pyo3-build-config-0.20)
+ (name "rust-pyo3-build-config")
+ (version "0.19.2")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "pyo3-build-config" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "19bb7aqyvr4kmh8b2lnrmcv9251j8yxw7l7xyr77m3s3pk876v07"))))))
+
(define-public rust-pyo3-build-config-0.18
(package
(inherit rust-pyo3-build-config-0.19)
--
2.41.0
- [bug#69048] [PATCH 27/32] gnu: Add rust-pyo3-0.20., (continued)
- [bug#69048] [PATCH 27/32] gnu: Add rust-pyo3-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 21/32] gnu: Add rust-zerocopy-derive-0.7., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 17/32] gnu: Add rust-jiter-0.0.6., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 22/32] gnu: Add rust-zerocopy-0.7., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 29/32] gnu: Add python-pydantic-core., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 32/32] gnu: python-email-validator: Update to 2.1.0.post1., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 30/32] gnu: Add python-pydantic-2., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 26/32] gnu: Add rust-pyo3-macros-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 18/32] gnu: Add rust-strum-0.25., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 25/32] gnu: Add rust-pyo3-macros-backend-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 23/32] gnu: Add rust-pyo3-build-config-0.20.,
Hartmut Goebel <=
- [bug#69048] [PATCH 15/32] gnu: Add rust-idna-0.5., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 28/32] gnu: Add python-annotated-types., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 12/32] gnu: Add rust-codspeed-2., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 31/32] gnu: python-typing-extensions: Update to 4.9.0., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 20/32] gnu: Add rust-speedate-0.13., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 07/32] gnu: rust-lexical-parse-integer-0.8: Update to 0.8.6., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 16/32] gnu: Add rust-iso8601-0.3., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 24/32] gnu: Add rust-pyo3-ffi-0.20., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 05/32] gnu: rust-lexical-core-0.8: Update to 0.8.5., Hartmut Goebel, 2024/02/11
- [bug#69048] [PATCH 06/32] gnu: rust-lexical-parse-float-0.8: Update to 0.8.5., Hartmut Goebel, 2024/02/11