me
/
guix
Archived
1
0
Fork 0

gnu: rust-webpki-roots-0.22: Update to 0.22.6.

* gnu/packages/crates-web.scm (rust-webpki-roots-0.22): Update to 0.22.6.

Change-Id: I6f48fab1bb7aee8c8107e9caad21122ef6307100
master
Efraim Flashner 2024-01-22 21:17:52 +02:00
parent cd387c41ce
commit 56bd036128
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3698,14 +3698,14 @@ with webpki.")
(package
(inherit rust-webpki-roots-0.25)
(name "rust-webpki-roots")
(version "0.22.2")
(version "0.22.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "webpki-roots" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0jbll0ys9jakrvv3l1i216bbgj7jbxr7ad2dihw28xcm7s8fnb2m"))))
(base32 "11rd1aj73qzcvdj3x78crm1758sc4wrbc7rh0r8lmhyjsx01xixn"))))
(arguments
`(#:cargo-inputs
(("rust-webpki" ,rust-webpki-0.22))))))