mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-system-deps-6: Update to 6.2.0.
* gnu/packages/crates-io.scm (rust-system-deps-6): Update to 6.2.0. Change-Id: I6e71d77b8f003ce45a21a8580b53afb1db444b67
This commit is contained in:
parent
ca9a594c4a
commit
20afea3230
1 changed files with 2 additions and 2 deletions
|
@ -71809,14 +71809,14 @@ (define-public rust-syslog-3
|
|||
(define-public rust-system-deps-6
|
||||
(package
|
||||
(name "rust-system-deps")
|
||||
(version "6.1.2")
|
||||
(version "6.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "system-deps" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1mlpx2vzgcp39lfgr7ndwsf8vgjr6fs1h9cajk2am51g83wm5bwl"))
|
||||
(base32 "0c836abhh3k8yn5ymg8wx383ay7n731gkrbbp3gma352yq7mhb9a"))
|
||||
(snippet
|
||||
#~(begin (delete-file "src/tests/lib/libteststatic.a")))))
|
||||
(build-system cargo-build-system)
|
||||
|
|
Loading…
Reference in a new issue