guix-commits
[Top][All Lists]
Advanced

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

16/193: gnu: Remove rust-handlegraph-0.3.


From: guix-commits
Subject: 16/193: gnu: Remove rust-handlegraph-0.3.
Date: Mon, 24 Oct 2022 03:51:25 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 575a219dd98370e880b02c2f60cbfcbabe5de921
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 23 12:22:03 2022 +0300

    gnu: Remove rust-handlegraph-0.3.
    
    * gnu/packages/crates-io.scm (rust-handlegraph-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index adf24e6ef6..65d89feef0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27001,30 +27001,6 @@ correct value of @samp{CARGO_HOME} and 
@samp{RUSTUP_HOME}.")
      "This package provides a port of the Hamcrest testing library.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-handlegraph-0.3
-  (package
-    (name "rust-handlegraph")
-    (version "0.3.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "handlegraph" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1sj100w4lpj7798pws85qrfrzsily5hhzh6j118rwf56sgic1yml"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-bstr" ,rust-bstr-0.2)
-        ("rust-gfa" ,rust-gfa-0.6))))
-    (home-page "https://github.com/chfi/rs-handlegraph";)
-    (synopsis "Library for use in variation graphs")
-    (description
-     "This package provides a Rust implementation of VG handle graph.")
-    (license license:expat)))
-
 (define-public rust-hash-hasher-2
   (package
     (name "rust-hash-hasher")



reply via email to

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