[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/416: gnu: rust-ucd-trie-0.1: Update to 0.1.5.
From: |
guix-commits |
Subject: |
301/416: gnu: rust-ucd-trie-0.1: Update to 0.1.5. |
Date: |
Fri, 14 Apr 2023 15:26:07 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit f0205b476f391d0c521fc0f2f45576e831f164af
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 9 16:41:59 2023 +0200
gnu: rust-ucd-trie-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-ucd-trie-0.1): Update to 0.1.5.
[cargo-inputs]: Remove rust-lazy-static-1. Add rust-once-cell-1.
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9cfcb161ae..6e67a44df1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -64838,19 +64838,18 @@ Unicode character database.")
(define-public rust-ucd-trie-0.1
(package
(name "rust-ucd-trie")
- (version "0.1.2")
+ (version "0.1.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "ucd-trie" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "1hh6kyzh5xygwy96wfmsf8v8czlzhps2lgbcyhj1xzy1w1xys04g"))))
+ (base32 "10ggllapxq99cxxy179wbklmabj5fikm02233v4idf7djvcw8ycy"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
- (("rust-lazy-static" ,rust-lazy-static-1))))
+ (("rust-once-cell" ,rust-once-cell-1))))
(home-page "https://github.com/BurntSushi/ucd-generate")
(synopsis "Trie for storing Unicode codepoint sets and maps")
(description
- 265/416: ruby: ruby-nokogiri: Update issue URL in comment., (continued)
- 265/416: ruby: ruby-nokogiri: Update issue URL in comment., guix-commits, 2023/04/14
- 268/416: Revert "gnu: subversion: Tentatively reinstate parallel tests.", guix-commits, 2023/04/14
- 272/416: gnu: Add hdf5@1.14., guix-commits, 2023/04/14
- 269/416: gnu: hdf5@1.8: Update to 1.8.23., guix-commits, 2023/04/14
- 286/416: gnu: blender: Use ffmpeg 5., guix-commits, 2023/04/14
- 282/416: gnu: python-locust: Update to 2.15.1., guix-commits, 2023/04/14
- 297/416: gnu: imgui: Update to 1.89.4., guix-commits, 2023/04/14
- 296/416: gnu: openboardview: Use imgui-1.87., guix-commits, 2023/04/14
- 298/416: gnu: gnunet: Update to 0.19.4., guix-commits, 2023/04/14
- 292/416: gnu: gnunet: Update home page., guix-commits, 2023/04/14
- 301/416: gnu: rust-ucd-trie-0.1: Update to 0.1.5.,
guix-commits <=
- 303/416: gnu: python-trio: Update to 0.22.0., guix-commits, 2023/04/14
- 304/416: gnu: python-trio-typing: Update to 0.8.0., guix-commits, 2023/04/14
- 305/416: gnu: gstreamer: Fix indentation., guix-commits, 2023/04/14
- 308/416: gnu: qtbase: Disable the "tst_qobjectrace" test., guix-commits, 2023/04/14
- 310/416: gnu: rust-pyo3-macros-backend-0.15: Update to 0.15.2., guix-commits, 2023/04/14
- 332/416: gnu: rust-pin-project-1: Update to 1.0.12., guix-commits, 2023/04/14
- 333/416: gnu: rust-pin-project-internal-1: Update to 1.0.12., guix-commits, 2023/04/14
- 335/416: gnu: rust-futures-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 336/416: gnu: rust-futures-channel-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 338/416: gnu: rust-futures-executor-0.3: Update to 0.3.26., guix-commits, 2023/04/14