guix-commits
[Top][All Lists]
Advanced

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

35/127: gnu: rust-unindent-0.2: Update to 0.2.3.


From: guix-commits
Subject: 35/127: gnu: rust-unindent-0.2: Update to 0.2.3.
Date: Tue, 26 Dec 2023 06:42:36 -0500 (EST)

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

commit 0d6e2845aa6c1b86ee5c5bf74e20fa53b0a9f97a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 24 10:10:17 2023 +0200

    gnu: rust-unindent-0.2: Update to 0.2.3.
    
    * gnu/packages/crates-io.scm (rust-unindent-0.2): Update to 0.2.3.
    
    Change-Id: I44f69554133508420a0c3b50aa62ce56f13c64eb
---
 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 4058043e15..dcbf4a643b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -87218,14 +87218,14 @@ to Unicode Standard Annex #31.")
 (define-public rust-unindent-0.2
   (package
     (name "rust-unindent")
-    (version "0.2.1")
+    (version "0.2.3")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "unindent" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0kw1yivkklw1f5mpcwakxznwzn6br2g3yvbwg7yfvxqzlmg0z8ss"))))
+         (base32 "1km2iy6fr6gsh2wvr1mxz86pm4wrlh3fjkinb35qfi3mw5rpvpn7"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/dtolnay/indoc";)
     (synopsis "Remove a column of leading whitespace from a string")



reply via email to

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