me
/
guix
Archived
1
0
Fork 0

gnu: rust-critical-section-1: Update to 1.1.1.

* gnu/packages/crates-io.scm (rust-critical-section-1): Update to 1.1.1.
master
Efraim Flashner 2023-01-12 17:07:11 +02:00 committed by Maxim Cournoyer
parent 381b41e43c
commit 793463eeef
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -13727,14 +13727,14 @@ criterion.")
(define-public rust-critical-section-1 (define-public rust-critical-section-1
(package (package
(name "rust-critical-section") (name "rust-critical-section")
(version "1.1.0") (version "1.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "critical-section" version)) (uri (crate-uri "critical-section" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"06p0j7yy289six3k7j3m3f1phk9n7h9x2cd8fjfbw6fhh4aaaayh")))) "0ljyfwzl8avwsr42kqmg7mmcw01d5rn1m8gnw48y2j95bnns0j35"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/rust-embedded/critical-section") (home-page "https://github.com/rust-embedded/critical-section")
(synopsis "Critical section abstraction") (synopsis "Critical section abstraction")