gnu: maturin: Update to 1.8.1.

* gnu/packages/rust-apps.scm (maturin): Update to 1.8.1.

Change-Id: I2702c91ca18f98b5f58af5a238457e01f43a241c
This commit is contained in:
Efraim Flashner 2024-12-30 19:00:04 +02:00
parent bbeaeab078
commit cb0b252d13
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1800,14 +1800,14 @@ on the terminal in a visually appealing way.")
(define-public maturin
(package
(name "maturin")
(version "1.8.0")
(version "1.8.1")
(source (origin
(method url-fetch)
(uri (crate-uri "maturin" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0qqhd14szg5vb49z26vgjpj2wpa8vhnvjxf6yiam8zpcc3bm761x"))
"1mxgal826395cq9klg9h2f4qvqhi4s0v4x54bhvsikq2bjcf934w"))
(patches (search-patches "maturin-no-cross-compile.patch"))))
(build-system cargo-build-system)
(arguments