GNU bug report logs -
#61431
[PATCH] gnu: pwntools: Update to 4.9.0.
Previous Next
Reported by: c4droid <c4droid <at> foxmail.com>
Date: Sat, 11 Feb 2023 13:22:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi!
I discovered latest unicorn version is fix failed tests, here is snippet for unicorn:
``` scheme
(define-public python-unicorn
(package
(name "python-unicorn")
(version "2.0.1.post1")
(source (origin
(method url-fetch)
(uri (pypi-uri "unicorn" version))
(sha256
(base32
"0mlfs8qfi0clyncfkbxp6in0cpl747510i6bqymwid43xcirbikz"))))
(build-system pyproject-build-system)
(native-inputs (list cmake pkg-config))
(home-page "http://www.unicorn-engine.org")
(synopsis "Unicorn CPU emulator engine")
(description "Unicorn CPU emulator engine")
(license #f)))
```
This snippet is generated from guix import pypi, I build it on my local machine, all test is
passed.
This bug report was last modified 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.