guix-commits
[Top][All Lists]
Advanced

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

02/22: gnu: rust-clicolors-control-1.0: Update to 1.0.1.


From: guix-commits
Subject: 02/22: gnu: rust-clicolors-control-1.0: Update to 1.0.1.
Date: Thu, 16 Jan 2020 12:38:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit dca4e6324caec44a0060a9e053c9ed268d3ed23d
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Jan 16 17:09:46 2020 +0200

    gnu: rust-clicolors-control-1.0: Update to 1.0.1.
    
    * gnu/packages/crates-io.scm (rust-clicolors-control-1.0): Update to 1.0.1.
---
 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 e08ec90..fcdc104 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1311,7 +1311,7 @@ Command Line Argument Parser.")
 (define-public rust-clicolors-control-1.0
   (package
     (name "rust-clicolors-control")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
       (origin
         (method url-fetch)
@@ -1319,7 +1319,7 @@ Command Line Argument Parser.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1y80cgarxhrd1bz5yjm81r444v6flvy36aaxrrsac0yhfd6gvavk"))))
+          "07klix8nbpwk0cg1k4h0kkiijm1jxvrzndqdkr7dqr6xvkjjw24h"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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