Doron Behar
2025-02-04 15:45:27 +02:00
parent 7e259cee4d
commit e958740516
@@ -25,22 +25,17 @@ let
in
buildPythonPackage rec {
pname = "pythran";
version = "0.16.1";
version = "0.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "serge-sans-paille";
repo = "pythran";
tag = version;
hash = "sha256-wiQmShniYZmB8hk/MC5FWFf1s5vqEHiYBkXTo4OeZ+E=";
hash = "sha256-JG1FH2UAekFF9Vv7wCn/L7gJlVKv5AxqgGrj8pejqeY=";
};
patches = [
(fetchpatch2 {
name = "bump-gast-to-0.6.0.patch";
url = "https://github.com/serge-sans-paille/pythran/commit/840a0e706ec39963aec6bcd1f118bf33177c20b4.patch";
hash = "sha256-FHGXWuAX/Nmn6uEfQgAXfUxIdApDwSfHHtOStxyme/0=";
})
# Hardcode path to mp library
(substituteAll {
src = ./0001-hardcode-path-to-libgomp.patch;