[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
157/377: gnu: Add rust-zstd-0.9.
From: |
guix-commits |
Subject: |
157/377: gnu: Add rust-zstd-0.9. |
Date: |
Thu, 2 Sep 2021 17:55:14 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 99edce2091b31899f84828670533dae283efb879
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 26 11:17:58 2021 +0200
gnu: Add rust-zstd-0.9.
* gnu/packages/crates-io.scm (rust-zstd-0.9): New variable.
(rust-zstd-0.8): Inherit from above.
---
gnu/packages/crates-io.scm | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2e1cdde..087ffa1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56688,8 +56688,33 @@ implementation that works everywhere, even WASM!")
"This package provides a library for parsing compiled zoneinfo files.")
(license license:expat)))
+(define-public rust-zstd-0.9
+ (package
+ (name "rust-zstd")
+ (version "0.9.0+zstd.1.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "zstd" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1k9caa048d8x9asksjaf62xkpv0m1wsmw94h29k3csybq9frlx07"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-zstd-safe" ,rust-zstd-safe-4))))
+ (home-page "https://github.com/gyscos/zstd-rs")
+ (synopsis "Binding to the zstd compression library")
+ (description
+ "This package provides a binding to the Zstd compression library.")
+ (license license:expat)))
+
(define-public rust-zstd-0.8
(package
+ (inherit rust-zstd-0.9)
(name "rust-zstd")
(version "0.8.3+zstd.1.5.0")
(source
@@ -56699,18 +56724,12 @@ implementation that works everywhere, even WASM!")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1gy2rc3hmqpzfkh9f5d395lhwjk8qwpll3gb73bznn2agd60k9sy"))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-futures" ,rust-futures-0.1)
("rust-tokio-io" ,rust-tokio-io-0.1)
- ("rust-zstd-safe" ,rust-zstd-safe-4))))
- (home-page "https://github.com/gyscos/zstd-rs")
- (synopsis "Binding to the zstd compression library")
- (description
- "This package provides a binding to the zstd compression library.")
- (license license:expat)))
+ ("rust-zstd-safe" ,rust-zstd-safe-4))))))
(define-public rust-zstd-0.6
(package
- 54/377: gnu: r-vroom: Update to 1.5.4., (continued)
- 54/377: gnu: r-vroom: Update to 1.5.4., guix-commits, 2021/09/02
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/02
- 66/377: gnu: r-ensembldb: Update to 2.16.4., guix-commits, 2021/09/02
- 128/377: gnu: r-dismo: Remove commented input., guix-commits, 2021/09/02
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/02
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/02
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/02
- 153/377: gnu: Add rust-flatbuffers-2., guix-commits, 2021/09/02
- 148/377: gnu: Add rust-polars-arrow-0.15., guix-commits, 2021/09/02
- 156/377: gnu: rust-zstd-safe-4: Update to 4.1.1+zstd.1.5.0., guix-commits, 2021/09/02
- 157/377: gnu: Add rust-zstd-0.9.,
guix-commits <=
- 159/377: gnu: colobot: Update to 0.2.0-alpha., guix-commits, 2021/09/02
- 161/377: gnu: ccache: Update to 3.4., guix-commits, 2021/09/02
- 163/377: gnu: emacs-vertico: Add new phase after unpack., guix-commits, 2021/09/02
- 165/377: gnu: python-pytest-xprocess: Update to 0.18.1., guix-commits, 2021/09/02
- 167/377: gnu: emacs-auctex: Update to 13.0.14., guix-commits, 2021/09/02
- 168/377: gnu: emacs-dash: Update to 2.19.1., guix-commits, 2021/09/02
- 169/377: gnu: Add r-emdist., guix-commits, 2021/09/02
- 173/377: gnu: postgresql-11: Update to 11.13., guix-commits, 2021/09/02
- 175/377: gnu: postgresql-9.6: Update to 9.6.23., guix-commits, 2021/09/02
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/02