aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVÖRÖSKŐI András <voroskoi@gmail.com>2024-02-24 21:40:12 +0100
committerEfraim Flashner <efraim@flashner.co.il>2024-07-19 00:44:12 +0300
commiteae45946aab80be9667b1dc25d21103df0fc29ba (patch)
tree5ac0e385eb21fa9059c6ff5e564df9d9b8b21e5b /gnu
parent6ebec5a808cac158fde1c3366b6332704aabf08b (diff)
downloadguix-eae45946aab80be9667b1dc25d21103df0fc29ba.tar.gz
guix-eae45946aab80be9667b1dc25d21103df0fc29ba.zip
gnu: rust-scopeguard-1: Update to 1.2.0.
* gnu/packages/crates-io.scm (rust-scopeguard-1): Update to 1.2.0. Change-Id: I9e34258e01064cdc14e5d0d88a904c4bf722fb77 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 40cc42cd6e..2281d4fcd8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -64398,7 +64398,7 @@ library's old @code{scoped_thread_local!} macro for providing scoped access to
(define-public rust-scopeguard-1
(package
(name "rust-scopeguard")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -64406,7 +64406,7 @@ library's old @code{scoped_thread_local!} macro for providing scoped access to
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1kbqm85v43rq92vx7hfiay6pmcga03vrjbbfwqpyj3pwsg3b16nj"))))
+ "0jcz9sd47zlsgcnm1hdw0664krxwb5gczlif4qngj2aif8vky54l"))))
(build-system cargo-build-system)
(home-page "https://github.com/bluss/scopeguard")
(synopsis "Scope guard which will run a closure even out of scope")