mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: capstone: Update to 5.0.1.
* gnu/packages/engineering.scm (capstone): Update to 5.0.1.
This commit is contained in:
parent
cd22a80e43
commit
219922a694
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue