python311Packages.jsonschema-specifications 2023.7.1 -> 2023.12.1 https://repology.org/project/python:jsonschema-specifications/versions attrpath: python311Packages.jsonschema-specifications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/69k5yiyw50j509ynapv40wd9sdc91z9z-packages.json.drv building '/nix/store/69k5yiyw50j509ynapv40wd9sdc91z9z-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonschema-specifications-2023.7.1 Press Enter key to continue... Running update for: - python3.11-jsonschema-specifications-2023.7.1: UPDATING ... - python3.11-jsonschema-specifications-2023.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jsonschema-specifications/default.nix b/pkgs/development/python-modules/jsonschema-specifications/default.nix index 54b8d6df6ea1..6d4a6478374b 100644 --- a/pkgs/development/python-modules/jsonschema-specifications/default.nix +++ b/pkgs/development/python-modules/jsonschema-specifications/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "jsonschema-specifications"; - version = "2023.7.1"; + version = "2023.12.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "jsonschema_specifications"; inherit version; - hash = "sha256-yRpQQE6Iofa6QGNneOLuCPbiTFYT/kxTrCRXilp/crs="; + hash = "sha256-SKdnh7PnD17VPxFg0rgfWG5MptFUjF3nCF0WgmdHZMw="; }; nativeBuildInputs = [ No auto update branch exists Old version 2023.7.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , importlib-resources , pytestCheckHook , pythonOlder , referencing }: buildPythonPackage rec { pname = "jsonschema-specifications"; version = "2023.11.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "jsonschema_specifications"; inherit version; hash = "sha256-lHL8T+pHTNdL6korGQ2uzLWp5NsuqA7896G1gvyagbg="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ referencing ] ++ lib.optionals (pythonOlder "3.9") [ importlib-resources ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "jsonschema_specifications" ]; meta = with lib; { description = "Support files exposing JSON from the JSON Schema specifications"; homepage = "https://github.com/python-jsonschema/jsonschema-specifications"; license = licenses.mit; maintainers = with maintainers; [ SuperSandro2000 ]; }; }