guix-commits
[Top][All Lists]
Advanced

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

83/187: gnu: Remove rust-read-color-1.


From: guix-commits
Subject: 83/187: gnu: Remove rust-read-color-1.
Date: Mon, 24 Oct 2022 10:58:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e75d93f47d635bc4e4842a3ae17b67feb665f73a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 13:04:43 2022 +0300

    gnu: Remove rust-read-color-1.
    
    * gnu/packages/crates-io.scm (rust-read-color-1): Delete variable.
---
 gnu/packages/crates-io.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c842de5023..4bc4d0d0f7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45610,29 +45610,6 @@ reference counting.")
 @code{rdrand} and @code{rdseed} instructions")
     (license license:isc)))
 
-(define-public rust-read-color-1
-  (package
-    (name "rust-read-color")
-    (version "1.0.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "read_color" version))
-        (file-name
-          (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32
-            "1np0pk31ak7hni4hri3m75mbf8py1wdfjshmrj5krbd4p9c8hk4z"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page
-      "https://github.com/pistondevelopers/read_color";)
-    (synopsis
-      "Simple library for reading hex colors")
-    (description
-      "This package provides a simple library for reading hex colors")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-readkey-0.1
   (package
     (name "rust-readkey")



reply via email to

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