1
Fork 0
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:
Nicolas Graves 2024-11-06 00:13:56 +01:00 committed by Maxim Cournoyer
parent ef7b74f835
commit 0bca6c0309
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")