python3Packages.jsonschema-specifications: 2025.4.1 -> 2025.9.1

This commit is contained in:
Martin Weinelt
2026-02-01 16:40:31 +01:00
parent 1a037c672b
commit 05271a4228
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "jsonschema-specifications";
version = "2025.4.1";
version = "2025.9.1";
pyproject = true;
src = fetchPypi {
pname = "jsonschema_specifications";
inherit version;
hash = "sha256-YwFZyfTb6hYaaiIFwwEcxPGP84Gxif/0i7Obm/Jq5gg=";
hash = "sha256-tUCYfyOedFYTx6kXbz7bcrgypKxGXPAnEiiDl4MrXo0=";
};
nativeBuildInputs = [