guix-commits
[Top][All Lists]
Advanced

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

124/127: gnu: rust-heck-0.3: Update to 0.3.3.


From: guix-commits
Subject: 124/127: gnu: rust-heck-0.3: Update to 0.3.3.
Date: Tue, 26 Dec 2023 06:43:01 -0500 (EST)

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

commit 7b7fd1a18756894bb2dfd38b99b892226e79834a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 26 12:49:09 2023 +0200

    gnu: rust-heck-0.3: Update to 0.3.3.
    
    * gnu/packages/crates-io.scm (rust-heck-0.3): Update to 0.3.3.
    
    Change-Id: I595e9cf1658631d615819c431d917ebbdd69e301
---
 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 1571196e77..b160bc9b25 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35629,7 +35629,7 @@ consistent, and reasonably well performing.")
   (package
     (inherit rust-heck-0.4)
     (name "rust-heck")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
       (origin
         (method url-fetch)
@@ -35637,7 +35637,7 @@ consistent, and reasonably well performing.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1b56s2c1ymdd0qmy31bw0ndhm31hcdamnhg3npp7ssrmc1ag9jw7"))))
+          "0b0kkr790p66lvzn9nsmfjvydrbmh9z5gb664jchwgw64vxiwqkd"))))
     (arguments
      `(#:cargo-inputs
        (("rust-unicode-segmentation" ,rust-unicode-segmentation-1))))))



reply via email to

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