gnu: capstone: Update to 5.0.1.

* gnu/packages/engineering.scm (capstone): Update to 5.0.1.
This commit is contained in:
Maxim Cournoyer 2023-09-25 15:34:03 -04:00
parent cd22a80e43
commit 219922a694
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1801,7 +1801,7 @@ analyzer (FFT) and frequency sweep plot.")
(define-public capstone (define-public capstone
(package (package
(name "capstone") (name "capstone")
(version "4.0.2") (version "5.0.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1810,7 +1810,7 @@ analyzer (FFT) and frequency sweep plot.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0y5g74yjyliciawpn16zhdwya7bd3d7b1cccpcccc2wg8vni1k2w")))) "1j4a6w8p3z5qrkzf0h5aklrnlpvscv6nlq7d3abbpxlyqvk8pach"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f