efraim pushed a commit to branch rust-team
in repository guix.
commit b4f8f8747f8d64008cee17a45a4ddc953032d109
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Feb 7 16:33:28 2024 +0200
gnu: rust-x509-parser-0.15: Update to 0.15.1.
* gnu/packages/crates-tls.scm (rust-x509-parser-0.15): Update to 0.15.1.
Change-Id: Idb83c331f7eea1f2ca7718e87ef610f22286b47f
---
gnu/packages/crates-tls.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index b40871de8b..ee061cedcf 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2020 Hartmut Goebel <[email protected]>
;;; Copyright © 2020 Arun Isaac <[email protected]>
;;; Copyright © 2020 Valentin Ignatev <[email protected]>
-;;; Copyright © 2020, 2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2020, 2023, 2024 Efraim Flashner <[email protected]>
;;; Copyright © 2020, 2021 Nicolas Goaziou <[email protected]>
;;; Copyright © 2021 Alexandru-Sergiu Marton <[email protected]>
;;; Copyright © 2022 Aleksandr Vityazev <[email protected]>
@@ -1581,14 +1581,14 @@ PEM-encodings commonly used to store keys and
certificates at rest.")
(define-public rust-x509-parser-0.15
(package
(name "rust-x509-parser")
- (version "0.15.0")
+ (version "0.15.1")
(source (origin
(method url-fetch)
(uri (crate-uri "x509-parser" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0d7nshccpnybbh8mypirplf4bqxiy36bgh4rrd7jzng19bsw5c5s"))))
+ "1nk3ryam7yzsza735xdypkv1i4c35gqlygax5jyr74bbnsjznsbh"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs