guix-commits
[Top][All Lists]
Advanced

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

42/109: gnu: Remove rust-pulldown-cmark-0.0.15.


From: guix-commits
Subject: 42/109: gnu: Remove rust-pulldown-cmark-0.0.15.
Date: Wed, 27 Dec 2023 10:11:01 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 5dc9fb78b65e7106ad019659cf1c5aa15b8ae86a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 27 10:56:50 2023 +0200

    gnu: Remove rust-pulldown-cmark-0.0.15.
    
    * gnu/packages/crates-io.scm (rust-pulldown-cmark-0.0.15): Delete variable.
    
    Change-Id: I4cf1b9d0dbd43a1d10d043e61750a38efb465b59
---
 gnu/packages/crates-io.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9395bd3c9f..c81751968c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -59185,26 +59185,6 @@ compliant email address validation.")
        (("rust-bitflags" ,rust-bitflags-0.9)
         ("rust-getopts" ,rust-getopts-0.2))))))
 
-(define-public rust-pulldown-cmark-0.0.15
-  (package
-    (inherit rust-pulldown-cmark-0.8)
-    (name "rust-pulldown-cmark-15")
-    (version "0.0.15")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "pulldown-cmark" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0fr3qcxm1vnvywzxx22b3m1bqrvi9px9g05q5hgi0b1rplfr93ip"))))
-    (arguments
-     `(#:tests? #f
-       #:cargo-inputs
-       (("rust-bitflags" ,rust-bitflags-0.9)
-        ("rust-getopts" ,rust-getopts-0.2))))))
-
 (define-public rust-pulldown-cmark-to-cmark-7
   (package
     (name "rust-pulldown-cmark-to-cmark")



reply via email to

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