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
This commit is contained in:
@@ -24,14 +24,14 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "pythran";
|
||||
version = "0.17.0";
|
||||
version = "0.18.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "serge-sans-paille";
|
||||
repo = "pythran";
|
||||
tag = version;
|
||||
hash = "sha256-JG1FH2UAekFF9Vv7wCn/L7gJlVKv5AxqgGrj8pejqeY=";
|
||||
hash = "sha256-GZSVcB4JIx02eiUb9d7o5cUAyICIoH6m0mz4TL7a9PY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user