1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 15:15:54 +02:00

gnu: rust-simplelog-0.12: Update to 0.12.2.

* gnu/packages/crates-io.scm (rust-simplelog-0.12): Update to 0.12.2.

Change-Id: I1a7b5f04b50c5dae6717c692011b1a63d4b2236d
This commit is contained in:
Efraim Flashner
2024-12-09 18:25:16 +02:00
parent a5ebd9f7df
commit e8b7909f15
+2 -2
View File
@@ -76090,14 +76090,14 @@ diff output.")
(define-public rust-simplelog-0.12
(package
(name "rust-simplelog")
(version "0.12.1")
(version "0.12.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "simplelog" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0sa3hjdifxhcb9lnlg549fr2cc7vz89nygwbih2dbqsx3h20ivmc"))
(base32 "1h59cp84gwdmbxiljq6qmqq1x3lv9ikc1gb32f5ya7pgzbdpl98n"))
(snippet
#~(begin (use-modules (guix build utils))
(substitute* "Cargo.toml"