gnu: radare2: Update to 5.1.1.
* gnu/packages/engineering.scm (radare2): Update to 5.1.1.
This commit is contained in:
parent
d0a0215cda
commit
85da3f52cb
1 changed files with 2 additions and 2 deletions
|
@ -1553,7 +1553,7 @@ (define-public python-esptool-3.0
|
|||
(define-public radare2
|
||||
(package
|
||||
(name "radare2")
|
||||
(version "5.0.0")
|
||||
(version "5.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1561,7 +1561,7 @@ (define-public radare2
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0aa7c27kd0l55fy5qfvxqmakp4pz6240v3hn84095qmqkzcbs420"))
|
||||
"0hv9x31iabasj12g8f04incr1rbcdkxi3xnqn3ggp8gl4h6pf2f3"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue