python311Packages.sphinxcontrib-openapi 0 -> 1 attrpath: python311Packages.sphinxcontrib-openapi 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/sm4khid06d38y2swhlwrgi5qkwkx1acv-packages.json.drv building '/nix/store/sm4khid06d38y2swhlwrgi5qkwkx1acv-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-openapi-0.8.3 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-openapi-0.8.3: UPDATING ... - python3.11-sphinxcontrib-openapi-0.8.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix b/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix index 3cba5c5011da..6cfc2dc3d4c6 100644 --- a/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix @@ -14,13 +14,13 @@ buildPythonPackage rec { pname = "sphinxcontrib-openapi"; - version = "0.8.3"; + version = "0.8.4"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; - hash = "sha256-nGIRdUC1J2AGrHrUrzRpbQKvJ4r6KZcSdAw2gKmp3mw="; + hash = "sha256-34g4CKW15LQROtaXGFxDo/Qt89znBFOveLpwdpB+miA="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 0.8.3" not present in staging derivation file with contents: { lib , buildPythonPackage , deepmerge , fetchPypi , fetchpatch , isPy27 , setuptools-scm , jsonschema , picobox , pyyaml , sphinx-mdinclude , sphinxcontrib-httpdomain }: buildPythonPackage rec { pname = "sphinxcontrib-openapi"; version = "0.8.4"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; hash = "sha256-34g4CKW15LQROtaXGFxDo/Qt89znBFOveLpwdpB+miA="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ deepmerge jsonschema picobox pyyaml sphinx-mdinclude sphinxcontrib-httpdomain ]; doCheck = false; pythonNamespaces = [ "sphinxcontrib" ]; meta = with lib; { homepage = "https://github.com/ikalnytskyi/sphinxcontrib-openapi"; description = "OpenAPI (fka Swagger) spec renderer for Sphinx"; license = licenses.bsd0; maintainers = [ maintainers.flokli ]; }; }