guix-commits
[Top][All Lists]
Advanced

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

17/193: gnu: Remove rust-gjson-0.7.


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

efraim pushed a commit to branch master
in repository guix.

commit 0e63922500a2be973c2c9c4edca25f16e190984b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:34 2022 +0300

    gnu: Remove rust-gjson-0.7.
    
    * gnu/packages/crates-io.scm (rust-gjson-0.7): Delete variable.
---
 gnu/packages/crates-io.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 65d89feef0..bfed7827cc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25950,20 +25950,6 @@ libcurl, which is intended to be used with the 
@code{git2} crate.")
     (description "Gjson is a JSON parser for Rust.")
     (license license:expat)))
 
-(define-public rust-gjson-0.7
-  (package
-    (inherit rust-gjson-0.8)
-    (name "rust-gjson")
-    (version "0.7.5")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "gjson" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0vhary4ha77scriaw6r4nv16ha9pfzirm84sjc240csqwb542p10"))))
-    (arguments `(#:skip-build? #t))))
-
 (define-public rust-glam-0.17
   (package
     (name "rust-glam")



reply via email to

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