guix-commits
[Top][All Lists]
Advanced

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

63/134: gnu: rust-cookie-store-0.12: Inherit from rust-cookie-store-0.15


From: guix-commits
Subject: 63/134: gnu: rust-cookie-store-0.12: Inherit from rust-cookie-store-0.15.
Date: Sat, 22 Jan 2022 07:39:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b9ee0bb1ce3ceb88f9a1b5b31c202f0e1f1f1fc3
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 13:26:19 2022 +0000

    gnu: rust-cookie-store-0.12: Inherit from rust-cookie-store-0.15.
    
    * gnu/packages/crates-io.scm (rust-cookie-store-0.12): Inherit from 
rust-cookie-store-0.15.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6500676431..88224a4287 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12056,6 +12056,7 @@ management.  It supports signed and private (encrypted, 
authenticated) jars.")
 
 (define-public rust-cookie-store-0.12
   (package
+    (inherit rust-cookie-store-0.15)
     (name "rust-cookie-store")
     (version "0.12.0")
     (source
@@ -12066,7 +12067,6 @@ management.  It supports signed and private (encrypted, 
authenticated) jars.")
        (sha256
         (base32
          "1lqhmdwgnyvi1mjmw4rbgd02fwav4aabpg4vcld23d8c9g5dy61q"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-cookie" ,rust-cookie-0.14)
@@ -12080,11 +12080,7 @@ management.  It supports signed and private 
(encrypted, authenticated) jars.")
         ("rust-url" ,rust-url-2))
        #:cargo-development-inputs
        (("rust-env-logger" ,rust-env-logger-0.7)
-        ("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
-    (home-page "https://github.com/pfernie/cookie_store";)
-    (synopsis "Cookie storage and retrieval")
-    (description "This package implements cookie storage and retrieval.")
-    (license (list license:expat license:asl2.0))))
+        ("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))))
 
 (define-public rust-core-affinity-0.5
   (package



reply via email to

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