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:
Efraim Flashner 2024-01-07 11:57:15 +02:00
parent ca9a594c4a
commit 20afea3230
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)