mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-psm-0.1: Update to 0.1.10.
* gnu/packages/crates-io.scm (rust-psm-0.1): Update to 0.1.10.
This commit is contained in:
parent
cbf0cf8e19
commit
3d1a63df51
1 changed files with 2 additions and 2 deletions
|
@ -17980,7 +17980,7 @@ (define-public rust-proptest-0.7
|
|||
(define-public rust-psm-0.1
|
||||
(package
|
||||
(name "rust-psm")
|
||||
(version "0.1.6")
|
||||
(version "0.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -17989,7 +17989,7 @@ (define-public rust-psm-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q1hdbnp2j3zz1vhzp1xhds6ynan3mg5bhjlhfy5m1sg8n5wckxi"))))
|
||||
"1kr9sal8g9zil4ch8ra0ry96d5cl15xslk1p0wnqk1504ib3hb89"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue