guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/22: gnu: rust-ucd-util-0.1: Update to 0.1.7.


From: guix-commits
Subject: 04/22: gnu: rust-ucd-util-0.1: Update to 0.1.7.
Date: Tue, 18 Feb 2020 04:28:16 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 545c7a4e4a7c4877eec63fb0a85054c9f63c6542
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 18 10:36:16 2020 +0200

    gnu: rust-ucd-util-0.1: Update to 0.1.7.
    
    * gnu/packages/crates-io.scm (rust-ucd-util-0.1): Update to 0.1.7.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4e6421f..9cef43a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14685,7 +14685,7 @@ Unicode character database.")
 (define-public rust-ucd-util-0.1
   (package
     (name "rust-ucd-util")
-    (version "0.1.5")
+    (version "0.1.7")
     (source
       (origin
         (method url-fetch)
@@ -14693,13 +14693,12 @@ Unicode character database.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0x088q5z0m09a2jqcfgsnq955y8syn1mgn35cl78qinkxm4kp6zs"))))
+          "13ng291mkc9b132jjf4laj76f5nqm5qd2447rm8bry3wxbdc5kaw"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/BurntSushi/ucd-generate";)
     (synopsis "library for working with the Unicode character database")
     (description "This package provides a small utility library for working
 with the Unicode character database.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]