From 211be2db3b40e7d75781950b629f9c6e9a193d18 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Jun 2025 08:49:40 +0200 Subject: [PATCH] python313Packages.stdlibs: 2024.5.15 -> 2025.5.10 Diff: https://github.com/omnilib/stdlibs/compare/refs/tags/v2024.5.15...refs/tags/v2025.5.10 Changelog: https://github.com/omnilib/stdlibs/blob/2025.5.10/CHANGELOG.md --- pkgs/development/python-modules/stdlibs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/stdlibs/default.nix b/pkgs/development/python-modules/stdlibs/default.nix index 0f6717aa0de9..7a6b4a145468 100644 --- a/pkgs/development/python-modules/stdlibs/default.nix +++ b/pkgs/development/python-modules/stdlibs/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "stdlibs"; - version = "2024.5.15"; + version = "2025.5.10"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "omnilib"; repo = "stdlibs"; tag = "v${version}"; - hash = "sha256-DthHvL5x3HVwACLnxeyuoC0hb8OokabODircEY9eEhE="; + hash = "sha256-pvQZ+sRmad5m274wbIulHh5Tifim35uH7mz69jopVRw="; }; build-system = [ flit-core ];