1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-15 05:35:53 +02:00
* gnu/packages/rust-crates.scm (rust-ring-0.17.14): New variable.
* gnu/packages/rust-sources.scm (rust-ring-0.17.14): New variable.

Change-Id: I94c3d29e669cb3c911c1299aea8b7096cb690524
This commit is contained in:
Danny Milosavljevic
2026-02-08 18:44:16 +00:00
parent 785cc14ad4
commit 6a386b23c2
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -17083,7 +17083,7 @@
"1km115a9lblf9pldvx51dmmg30y8ms4ka67hvas2ndcq556qhshc"))
(define rust-ring-0.17.8 package:rust-ring-0.17)
(define rust-ring-0.17.14 package:rust-ring-0.17)
(define rust-ring-0.17.14 package:rust-ring-0.17.14)
(define rust-ripemd-0.1.3
(crate-source "ripemd" "0.1.3"
+16
View File
@@ -428,6 +428,22 @@ UTF-32 support.")
(description "This package provided safe, fast, small crypto using Rust.")
(license (list license:isc license:openssl)))))
(define-public rust-ring-0.17.14
(hidden-package
(package
(inherit rust-ring-0.17)
(version "0.17.14")
(source
(origin
(method url-fetch)
(uri (crate-uri "ring" version))
(file-name (string-append "rust-ring-" version ".tar.gz"))
(sha256
(base32 "1dw32gv19ccq4hsx3ribhpdzri1vnrlcfqb2vj41xn4l49n9ws54"))))
(arguments
(list #:skip-build? #t
#:cargo-package-crates ''("ring"))))))
(define-public rust-rustc-demangle-capi-0.1
(hidden-package
(package