guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: rust-unindent: Update to 0.1.5.


From: guix-commits
Subject: 01/02: gnu: rust-unindent: Update to 0.1.5.
Date: Fri, 4 Oct 2019 11:04:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4b3b5a06fc6879876fe130c161b87888632ab3ad
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 4 14:25:08 2019 +0200

    gnu: rust-unindent: Update to 0.1.5.
    
    * gnu/packages/crates-io.scm (rust-unindent): Update to 0.1.5.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7a0ea03..be2a1bd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2019 Giacomo Leidi <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4147,15 +4148,14 @@ or XID_Continue properties according to Unicode 
Standard Annex #31.")
 (define-public rust-unindent
   (package
     (name "rust-unindent")
-    (version "0.1.3")
+    (version "0.1.5")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "unindent" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32
-          "1x21ilf78aqcq9xzb9b7i628wm10rhk0jp0chlv06rkc690l8jw3"))))
+         (base32 "14s97blyqgf9hzxk22iazrghj60midajkw2801dfspz3n2iqmwb3"))))
     (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]