guix-commits
[Top][All Lists]
Advanced

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

113/193: gnu: Remove rust-pretty-hex-0.2.


From: guix-commits
Subject: 113/193: gnu: Remove rust-pretty-hex-0.2.
Date: Mon, 24 Oct 2022 03:52:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b835631563244ecc38c309f795049140e33b763d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:44:04 2022 +0300

    gnu: Remove rust-pretty-hex-0.2.
    
    * gnu/packages/crates-io.scm (rust-pretty-hex-0.2): Delete variable.
---
 gnu/packages/crates-io.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 840c25fef8..cbf9efdc5a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43979,24 +43979,6 @@ replacements, adding colorful diffs.")
         ("rust-chrono" ,rust-chrono-0.4)
         ("rust-env-logger" ,rust-env-logger-0.6))))))
 
-(define-public rust-pretty-hex-0.2
-  (package
-    (name "rust-pretty-hex")
-    (version "0.2.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "pretty-hex" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0c91f9sdwmn3mz2d414dp1xk4iw0k1nsif7lyqvhklzh57arjp5w"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/wolandr/pretty-hex";)
-    (synopsis "Pretty hex dump of bytes slice in the common style")
-    (description "This is a Rust library providing pretty hex dump.")
-    (license license:expat)))
-
 (define-public rust-prettytable-rs-0.8
   (package
     (name "rust-prettytable-rs")



reply via email to

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