guix-commits
[Top][All Lists]
Advanced

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

28/32: gnu: rust-version-check-0.1: Don't hide package.


From: guix-commits
Subject: 28/32: gnu: rust-version-check-0.1: Don't hide package.
Date: Mon, 17 Feb 2020 16:08:52 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 80fde95df6f858ea7e6d1c63434286606fec0fb2
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Feb 17 22:59:36 2020 +0200

    gnu: rust-version-check-0.1: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-version-check-0.1)[properties]: Don't
    inherit field.
---
 gnu/packages/crates-io.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8f6d096..5833c3d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15260,7 +15260,8 @@ If that fails, no determination is made, and calls 
return None.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))))
+          "1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))
+    (properties '())))
 
 (define-public rust-version-sync-0.8
   (package



reply via email to

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