guix-commits
[Top][All Lists]
Advanced

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

31/187: gnu: Remove rust-interpolation-0.2.


From: guix-commits
Subject: 31/187: gnu: Remove rust-interpolation-0.2.
Date: Mon, 24 Oct 2022 10:57:48 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 78477f5097d7a8fc68e1f138eee669c2981d55cf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 12:29:06 2022 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 022658a72e..29dc965191 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28166,27 +28166,6 @@ primitive Rust types.")
      "Simple procedural macro attribute for repetitive tests.")
     (license license:expat)))
 
-(define-public rust-interpolation-0.2
-  (package
-    (name "rust-interpolation")
-    (version "0.2.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "interpolation" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "00icvvgc72zdgyrwwg2p0wad4hry4d2vd6l9iqpyjpmw5dykbdyk"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/pistondevelopers/interpolation";)
-    (synopsis "Library for interpolation")
-    (description
-     "This package provides a library for interpolation.")
-    (license license:expat)))
-
 (define-public rust-intervaltree-0.2
   (package
     (name "rust-intervaltree")



reply via email to

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