[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/45: gnu: Add rust-rctree-0.6.
From: |
guix-commits |
Subject: |
18/45: gnu: Add rust-rctree-0.6. |
Date: |
Thu, 19 Sep 2024 03:10:16 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit bbbdef83f3111329830dad79d689d17e36d3d890
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 18 14:37:33 2024 +0300
gnu: Add rust-rctree-0.6.
* gnu/packages/crates-io.scm (rust-rctree-0.6): New variable.
(rust-rctree-0.5): Inherit from rust-rctree-0.6.
Change-Id: I3baf17712179c482eca235f6efc596fdea9329c7
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fde0a6a6bd..98864fd782 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61879,24 +61879,37 @@ Rust.")
Arc and Rc APIs.")
(license (list license:expat license:asl2.0))))
-(define-public rust-rctree-0.5
+(define-public rust-rctree-0.6
(package
(name "rust-rctree")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rctree" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0kvzahkwriawhjjb08ai7rfi77px7rpx5h83hjcx6dccyxzf4hiv"))))
+ (base32 "1sd6vsa5p3j27v6f1v0l0afl3hn4an1jr3psky3024gcmdk7hgp0"))))
(build-system cargo-build-system)
(home-page "https://github.com/RazrFalcon/rctree")
- (synopsis "DOM-like tree implemented using reference counting")
+ (synopsis "'DOM-like' tree implemented using reference counting")
(description "This package provides a @code{DOM-like} tree implemented
using
reference counting.")
(license license:expat)))
+(define-public rust-rctree-0.5
+ (package
+ (inherit rust-rctree-0.6)
+ (name "rust-rctree")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rctree" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0kvzahkwriawhjjb08ai7rfi77px7rpx5h83hjcx6dccyxzf4hiv"))))))
+
(define-public rust-rctree-0.4
(package
(inherit rust-rctree-0.5)
- 41/45: gnu: rust-snapbox-macros-0.3: Update to 0.3.10., (continued)
- 41/45: gnu: rust-snapbox-macros-0.3: Update to 0.3.10., guix-commits, 2024/09/19
- 37/45: gnu: rust-libloading-0.8: Update to 0.8.5., guix-commits, 2024/09/19
- 38/45: gnu: rust-memchr-2: Update to 2.7.4., guix-commits, 2024/09/19
- 36/45: gnu: rust-libc-0.2: Update to 0.2.158., guix-commits, 2024/09/19
- 42/45: gnu: rust-snapbox-0.5: Update to 0.5.14., guix-commits, 2024/09/19
- 40/45: gnu: rust-serde-derive-1: Update to 1.0.210., guix-commits, 2024/09/19
- 13/45: gnu: Add rust-pangocairo-0.19., guix-commits, 2024/09/19
- 01/45: gnu: Add rust-cairo-rs-0.19., guix-commits, 2024/09/19
- 05/45: gnu: Add rust-gio-0.19., guix-commits, 2024/09/19
- 17/45: gnu: Add rust-lopdf-0.32., guix-commits, 2024/09/19
- 18/45: gnu: Add rust-rctree-0.6.,
guix-commits <=
- 23/45: gnu: librsvg: Update to 2.58.4., guix-commits, 2024/09/19
- 43/45: gnu: rust-snapbox-0.4: Update to 0.4.17., guix-commits, 2024/09/19
- 44/45: gnu: Add rust-windows-bindgen-0.56., guix-commits, 2024/09/19
- 45/45: gnu: Add rust-windows-metadata-0.56., guix-commits, 2024/09/19