mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
bbeaeab078
commit
cb0b252d13
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue