[PATCH] gnu: rizin: Update to 0.6.1.

  • Done
  • quality assurance status badge
Details
One participant
  • iyzsong
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 20 Aug 2023 11:02
(address . guix-patches@gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
d674e61373e01e9e7ce6ff38fa5c4b347445bf8d.1692522130.git.iyzsong@member.fsf.org
From: ??? <iyzsong@member.fsf.org>

* gnu/packages/engineering.scm (rizin): Update to 0.6.1.
[arguments]<#:phases>: Enable a now passing test (analysis_var).
---
gnu/packages/engineering.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index e6ca018e41..85f603dc06 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -4214,7 +4214,7 @@ (define-public candle
(define-public rizin
(package
(name "rizin")
- (version "0.5.2")
+ (version "0.6.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4222,7 +4222,7 @@ (define-public rizin
version "/rizin-src-v" version ".tar.xz"))
(sha256
(base32
- "18zca3iwdif200wiivm065fs0a5g520q6380205cijca7ky81avi"))))
+ "14bcmjx64pgi9zj4zb7yppx69l1ykjwgf2q41s5672m7z354f1kn"))))
(build-system meson-build-system)
(arguments
(list
@@ -4250,13 +4250,10 @@ (define-public rizin
(lambda _
;; Skip integration tests, which require prebuilt binaries at:
;; <https://github.com/rizinorg/rizin-testbins>.
- ;; And 2 of them are failing, reported upstream:
- ;; <https://github.com/rizinorg/rizin/issues/2905>.
(substitute* "test/meson.build"
(("subdir\\('integration'\\)") ""))
;;; Skip failing tests.
(substitute* "test/unit/meson.build"
- (("'analysis_var',\n") "")
(("'bin_mach0',\n") "")
(("'hash',\n") "")))))))
(native-inputs (list pkg-config))

base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74
--
2.41.0
?
(address . 65398-done@debbugs.gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
87h6omjx3l.fsf@envs.net
Pushed, closing.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65398@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65398
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch