From 4f842e17f828e1ea77e4ab4dc56c73ce22a76225 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 23 Jun 2025 12:18:37 +0300 Subject: [PATCH] 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 --- pkgs/development/python-modules/pythran/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pythran/default.nix b/pkgs/development/python-modules/pythran/default.nix index bd88addc6148..a20b4ecf5373 100644 --- a/pkgs/development/python-modules/pythran/default.nix +++ b/pkgs/development/python-modules/pythran/default.nix @@ -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 = [