GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-cookie-store-0.21): Order.
Change-Id: Ib96311b0089de6680771637098349f17271a7877
---
gnu/packages/crates-io.scm | 62 +++++++++++++++++++-------------------
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e64f6d86a7..f617023c34 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17322,6 +17322,37 @@ (define-public rust-cookie-factory-0.3
similar to the nom parser combinators library.")
(license license:expat)))
+(define-public rust-cookie-store-0.21
+ (package
+ (name "rust-cookie-store")
+ (version "0.21.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "cookie_store" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1y9ydb52bcd1zc7r0mppy8c8l541p459a006xr0m52pq50c91b1f"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:cargo-inputs
+ (list rust-cookie-0.18
+ rust-document-features-0.2
+ rust-idna-1
+ rust-indexmap-2
+ rust-log-0.4
+ rust-publicsuffix-2
+ rust-ron-0.8
+ rust-serde-1
+ rust-serde-derive-1
+ rust-serde-json-1
+ rust-time-0.3
+ rust-url-2)))
+ (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))))
+
(define-public rust-coolor-0.8
(package
(name "rust-coolor")
@@ -17594,37 +17625,6 @@ (define-public rust-core2-0.3
(base32 "1wzzy5iazdk5caadxvjfwrd312rbg7a55a1zpmsdrhk3kfpa77r3"))))
(arguments `(#:cargo-inputs (("rust-memchr" ,rust-memchr-2))))))
-(define-public rust-cookie-store-0.21
- (package
- (name "rust-cookie-store")
- (version "0.21.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "cookie_store" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1y9ydb52bcd1zc7r0mppy8c8l541p459a006xr0m52pq50c91b1f"))))
- (build-system cargo-build-system)
- (arguments
- (list #:cargo-inputs
- (list rust-cookie-0.18
- rust-document-features-0.2
- rust-idna-1
- rust-indexmap-2
- rust-log-0.4
- rust-publicsuffix-2
- rust-ron-0.8
- rust-serde-1
- rust-serde-derive-1
- rust-serde-json-1
- rust-time-0.3
- rust-url-2)))
- (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))))
-
(define-public rust-cookie-store-0.20
(package
(inherit rust-cookie-store-0.21)
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.