mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rust-scratch-1: Update to 1.0.7.
* gnu/packages/crates-io.scm (rust-scratch-1): Update to 1.0.7.
This commit is contained in:
parent
d1aaf907d8
commit
1ad8b5d612
1 changed files with 3 additions and 5 deletions
|
@ -59171,16 +59171,14 @@ (define-public rust-scraper-0.12
|
|||
(define-public rust-scratch-1
|
||||
(package
|
||||
(name "rust-scratch")
|
||||
(version "1.0.0")
|
||||
(version "1.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "scratch" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sff4rvfalp0ip98pl3xa32n7lhzcr4zqn8fgamaalbb64v4a4by"))))
|
||||
(base32 "0lk160986gamss2rxi746nj747xx7gg8r2hfskrr9fccqc8prkx3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue