guix-commits
[Top][All Lists]
Advanced

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

414/436: gnu: rust-phf-shared-0.11: Update to 0.11.2.


From: guix-commits
Subject: 414/436: gnu: rust-phf-shared-0.11: Update to 0.11.2.
Date: Sun, 5 Nov 2023 05:30:09 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 464135fe959e0a4568f9a87ec5cbd97e7a12e2ad
Author: Jaeme Sifat <jaeme@runbox.com>
AuthorDate: Sun Oct 29 00:27:00 2023 -0400

    gnu: rust-phf-shared-0.11: Update to 0.11.2.
    
    * gnu/packages/crates-io.scm (rust-phf-shared-0.11): Update to 0.11.2.
    
    Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
    Change-Id: Id64dc51bfa7f0efa359b9f0e30208782f300621a
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cd62255ec8..8efa904ea7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53552,14 +53552,14 @@ function data structures.")
 (define-public rust-phf-shared-0.11
   (package
     (name "rust-phf-shared")
-    (version "0.11.1")
+    (version "0.11.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "phf-shared" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0xp6krf3cd411rz9rbk7p6xprlz786a215039j6jlxvbh9pmzyz1"))))
+                "0azphb0a330ypqx3qvyffal5saqnks0xvl8rj73jlk3qxxgbkz4h"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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