python312Packages.pythran: 0.17.0 -> 0.18.0

Diff: https://github.com/serge-sans-paille/pythran/compare/refs/tags/0.17.0...refs/tags/0.18.0

Changelog: https://github.com/serge-sans-paille/pythran/blob/refs/tags/0.18.0/Changelog

Changed files
+2 -2
pkgs
development
python-modules
pythran
+2 -2
pkgs/development/python-modules/pythran/default.nix
···
in
buildPythonPackage rec {
pname = "pythran";
-
version = "0.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "serge-sans-paille";
repo = "pythran";
tag = version;
-
hash = "sha256-JG1FH2UAekFF9Vv7wCn/L7gJlVKv5AxqgGrj8pejqeY=";
};
patches = [
···
in
buildPythonPackage rec {
pname = "pythran";
+
version = "0.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "serge-sans-paille";
repo = "pythran";
tag = version;
+
hash = "sha256-GZSVcB4JIx02eiUb9d7o5cUAyICIoH6m0mz4TL7a9PY=";
};
patches = [