[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/308: gnu: rust-embed-resource-2: Update to 2.5.1.
From: |
guix-commits |
Subject: |
18/308: gnu: rust-embed-resource-2: Update to 2.5.1. |
Date: |
Wed, 4 Dec 2024 16:20:20 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d786407d4789418c45af5a2ddd0052e5e1ddb54e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 2 20:13:44 2024 +0200
gnu: rust-embed-resource-2: Update to 2.5.1.
* gnu/packages/crates-windows.scm (rust-embed-resource-2): Update to
2.5.1.
[cargo-inputs]: Add rust-memchr-2. Replace rust-winreg-0.51 with 0.52.
Change-Id: If374ccb7ac48fba515e68ae0e68d7e33bf81f805
---
gnu/packages/crates-windows.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index 818089f527..df5247dab9 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -293,21 +293,22 @@ programs.")
(define-public rust-embed-resource-2
(package
(name "rust-embed-resource")
- (version "2.4.0")
+ (version "2.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "embed-resource" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1cicrqlblz5xf4ns7yk4aifpskbvvvg436ls4c93h77f4zlc6k7m"))))
+ (base32 "0yb3kbw3xpghiwf69769jpng725kwa2cxm27qj5s7dm0cfgnz2xn"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-cc" ,rust-cc-1)
+ ("rust-memchr" ,rust-memchr-2)
("rust-rustc-version" ,rust-rustc-version-0.4)
("rust-toml" ,rust-toml-0.8)
("rust-vswhom" ,rust-vswhom-0.1)
- ("rust-winreg" ,rust-winreg-0.51))))
+ ("rust-winreg" ,rust-winreg-0.52))))
(home-page "https://github.com/nabijaczleweli/rust-embed-resource")
(synopsis
"Cargo library to handle compilation and inclusion of Windows resources")
- 243/308: gnu: rust-jpeg-decoder-0.3: Update to 0.3.1., (continued)
- 243/308: gnu: rust-jpeg-decoder-0.3: Update to 0.3.1., guix-commits, 2024/12/04
- 238/308: gnu: Add rust-sdl2-sys-0.36., guix-commits, 2024/12/04
- 234/308: gnu: rust-smithay-clipboard-0.7: Update to 0.7.2., guix-commits, 2024/12/04
- 240/308: gnu: rust-png-0.17: Update to 0.17.14., guix-commits, 2024/12/04
- 239/308: gnu: Add rust-sdl2-0.36., guix-commits, 2024/12/04
- 283/308: gnu: rust-rocket-http-0.4: Update to 0.4.11., guix-commits, 2024/12/04
- 302/308: gnu: rust-http-1: Update to 1.2.0., guix-commits, 2024/12/04
- 08/308: gnu: rust-gix-path-0.10: Update to 0.10.12., guix-commits, 2024/12/04
- 10/308: gnu: rust-gix-quote-0.4: Update to 0.4.13., guix-commits, 2024/12/04
- 25/308: gnu: rust-remove-dir-all-0.8: Update to 0.8.4., guix-commits, 2024/12/04
- 18/308: gnu: rust-embed-resource-2: Update to 2.5.1.,
guix-commits <=
- 14/308: gnu: rust-gix-validate-0.9: Update to 0.9.1., guix-commits, 2024/12/04
- 32/308: gnu: rust-security-framework-sys-0.2: Mark as deprecated., guix-commits, 2024/12/04
- 24/308: gnu: rust-env-logger-0.11: Update to 0.11.5., guix-commits, 2024/12/04
- 26/308: gnu: rust-schannel-0.1: Update to 0.1.27., guix-commits, 2024/12/04
- 21/308: gnu: rust-ipconfig-0.3: Update to 0.3.2., guix-commits, 2024/12/04
- 13/308: gnu: rust-gix-utils-0.1: Update to 0.1.13., guix-commits, 2024/12/04
- 51/308: gnu: Add rust-nucleo-matcher-0.2., guix-commits, 2024/12/04
- 53/308: gnu: Add rust-pulldown-cmark-0.11., guix-commits, 2024/12/04
- 57/308: gnu: rust-peg-runtime-0.8: Update to 0.8.3., guix-commits, 2024/12/04
- 58/308: gnu: rust-peg-0.8: Update to 0.8.4., guix-commits, 2024/12/04