gnu: rust-typed-arena-2: Update to 2.0.2.
* gnu/packages/crates-io.scm (rust-typed-arena-2): Update to 2.0.2. Change-Id: I75b3c9ba624a9d53b2e920bb61cc54bfa4d19bb7 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
0d32821687
commit
2d54cb847f
|
@ -43,6 +43,7 @@
|
|||
;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
|
||||
;;; Copyright © 2024 Suhail Singh <suhail@bayesians.ca>
|
||||
;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us@ieee.org>
|
||||
;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx@disroot.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -84660,7 +84661,7 @@ and XXH3 algorithms.")
|
|||
(define-public rust-typed-arena-2
|
||||
(package
|
||||
(name "rust-typed-arena")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -84669,7 +84670,7 @@ and XXH3 algorithms.")
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bnhphrksp9krxhsfhfimrxvkbah2pa6rf9ygmpw5lalbm6wi186"))))
|
||||
"0shj0jpmglhgw2f1i4b33ycdzwd1z205pbs1rd5wx7ks2qhaxxka"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/SimonSapin/rust-typed-arena")
|
||||
|
|
Reference in New Issue