[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: capstone: Update to 5.0.1.
From: |
guix-commits |
Subject: |
02/07: gnu: capstone: Update to 5.0.1. |
Date: |
Tue, 26 Sep 2023 11:33:37 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 219922a6944235d30ed40860e860a43a74795be3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 25 15:34:03 2023 -0400
gnu: capstone: Update to 5.0.1.
* gnu/packages/engineering.scm (capstone): Update to 5.0.1.
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index ab9a15c752..faba76161b 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1801,7 +1801,7 @@ analyzer (FFT) and frequency sweep plot.")
(define-public capstone
(package
(name "capstone")
- (version "4.0.2")
+ (version "5.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1810,7 +1810,7 @@ analyzer (FFT) and frequency sweep plot.")
(file-name (git-file-name name version))
(sha256
(base32
- "0y5g74yjyliciawpn16zhdwya7bd3d7b1cccpcccc2wg8vni1k2w"))))
+ "1j4a6w8p3z5qrkzf0h5aklrnlpvscv6nlq7d3abbpxlyqvk8pach"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
- branch master updated (b2887da40c -> 4d904f2b16), guix-commits, 2023/09/26
- 02/07: gnu: capstone: Update to 5.0.1.,
guix-commits <=
- 05/07: gnu: Add tracy-wayland., guix-commits, 2023/09/26
- 04/07: gnu: glfw: Patch dlopen calls., guix-commits, 2023/09/26
- 03/07: gnu: imgui: Enable freetype support., guix-commits, 2023/09/26
- 06/07: gnu: Add tracy., guix-commits, 2023/09/26
- 01/07: gnu: gtypist: Install the gtypist-mode Emacs major mode., guix-commits, 2023/09/26
- 07/07: gnu: imgui: Update to 1.89.9., guix-commits, 2023/09/26