guix-commits
[Top][All Lists]
Advanced

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

12/193: gnu: Remove rust-httpdate-0.3.


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

efraim pushed a commit to branch master
in repository guix.

commit 1a129140923a96c4680e94cc13e07ca7c67512e1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:32 2022 +0300

    gnu: Remove rust-httpdate-0.3.
    
    * gnu/packages/crates-io.scm (rust-httpdate-0.3): 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 968a84de93..55c1509fea 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28656,20 +28656,6 @@ HTTP request or response body.")
      "This crates parses and formats HTTP datetime strings.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-httpdate-0.3
-  (package
-    (inherit rust-httpdate-1)
-    (name "rust-httpdate")
-    (version "0.3.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "httpdate" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0izbd3sf0625wm4rrfv85xa4xa8j4n1ldxhwlkgff4cm6rh4sjs9"))))
-    (arguments `(#:skip-build? #t))))
-
 (define-public rust-humantime-serde-1
   (package
     (name "rust-humantime-serde")



reply via email to

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