[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
328/416: gnu: Add rust-sptr-0.3.
From: |
guix-commits |
Subject: |
328/416: gnu: Add rust-sptr-0.3. |
Date: |
Fri, 14 Apr 2023 15:26:14 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 31b74d0ad186f68a8410d353df4da43a3e378c0c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:17:22 2023 +0200
gnu: Add rust-sptr-0.3.
* gnu/packages/crates-io.scm (rust-sptr-0.3): New variable.
---
gnu/packages/crates-io.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4754b097fd..9908b90bfa 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56020,6 +56020,22 @@ service.")
"This package provides a single-producer single-consumer lock-free
buffer.")
(license license:expat)))
+(define-public rust-sptr-0.3
+ (package
+ (name "rust-sptr")
+ (version "0.3.2")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "sptr" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
"0shddkys046nnrng929mrnjjrh31mlxl95ky7dgxd6i4kclkk6rv"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/Gankra/sptr")
+ (synopsis "The Strict Provenance Polyfill")
+ (description "This package provides sptr, The Strict Provenance Polyfill.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-sqlite-0.26
(package
(name "rust-sqlite")
- 285/416: gnu: blender: Use gexps and remove labels., (continued)
- 285/416: gnu: blender: Use gexps and remove labels., guix-commits, 2023/04/14
- 314/416: gnu: Add rust-indexmap-1.7., guix-commits, 2023/04/14
- 394/416: gnu: heimdal: Update to 7.8.0 [fixes CVE-2022-44640]., guix-commits, 2023/04/14
- 288/416: gnu: imgui: Use unsigned int vertex indexes., guix-commits, 2023/04/14
- 307/416: gnu: gi-docgen: Update to 2023.1., guix-commits, 2023/04/14
- 311/416: gnu: rust-pyo3-macros-0.15: Update to 0.15.2., guix-commits, 2023/04/14
- 321/416: gnu: Add rust-android-system-properties-0.1., guix-commits, 2023/04/14
- 323/416: gnu: Add rust-asn1-0.13., guix-commits, 2023/04/14
- 324/416: gnu: rust-openssl-0.10: Update to 0.10.49., guix-commits, 2023/04/14
- 325/416: gnu: rust-bindgen-0.64: Add package., guix-commits, 2023/04/14
- 328/416: gnu: Add rust-sptr-0.3.,
guix-commits <=
- 337/416: gnu: rust-futures-core-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 340/416: gnu: rust-futures-macro-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 341/416: gnu: rust-futures-task-0.3: Update to 0.3.26., guix-commits, 2023/04/14
- 348/416: gnu: rust-eyre-0.6: Update to 0.6.8., guix-commits, 2023/04/14
- 350/416: gnu: Add python-cryptography-rust., guix-commits, 2023/04/14
- 359/416: gnu: gstreamer-docs: Update to 1.22.2., guix-commits, 2023/04/14
- 363/416: gnu: gst-plugins-bad: Update to 1.22.2., guix-commits, 2023/04/14
- 360/416: gnu: gstreamer: Update to 1.22.2., guix-commits, 2023/04/14
- 361/416: gnu: gst-plugins-base: Update to 1.22.2., guix-commits, 2023/04/14
- 362/416: gnu: gst-plugins-good: Update to 1.22.2., guix-commits, 2023/04/14