mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: unicorn: Update to 2.1.1. [security fixes]
Thix fixes CVE-2021-4296. * gnu/packages/emulators.scm (unicorn): Update to 2.1.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
ef7b74f835
commit
0bca6c0309
1 changed files with 7 additions and 2 deletions
|
@ -3508,13 +3508,18 @@ graphic filters. Some of its features include:
|
|||
(define-public unicorn
|
||||
(package
|
||||
(name "unicorn")
|
||||
(version "2.0.1.post1")
|
||||
(version "2.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri name version))
|
||||
(sha256
|
||||
(base32 "0mlfs8qfi0clyncfkbxp6in0cpl747510i6bqymwid43xcirbikz"))))
|
||||
(base32 "18sbrycr62wcs3a68a9q76ihpahfsd4bn3mryvyhimwwn1342kwh"))
|
||||
(modules '((guix build utils)))
|
||||
;; cmake files are not in the cmake dir in pypi
|
||||
(snippet #~(substitute* "src/CMakeLists.txt"
|
||||
(("include\\(cmake/")
|
||||
"include(")))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list cmake pkg-config))
|
||||
(home-page "https://www.unicorn-engine.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue