me
/
guix
Archived
1
0
Fork 0

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
Nguyễn Gia Phong 2024-07-03 16:57:52 +09:00 committed by Efraim Flashner
parent 0d32821687
commit 2d54cb847f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -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")