python310Packages.deprecated 0 -> 1 attrpath: python310Packages.deprecated 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/mgqm2ap90g88chb6d468nkl9j1d8ark4-packages.json.drv building '/nix/store/mgqm2ap90g88chb6d468nkl9j1d8ark4-packages.json.drv'... Going to be running update for following packages: - python3.10-deprecated-1.2.13 Press Enter key to continue... Running update for: - python3.10-deprecated-1.2.13: UPDATING ... - python3.10-deprecated-1.2.13: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/deprecated/default.nix b/pkgs/development/python-modules/deprecated/default.nix index 4c8dae04e7bd..ed2cf8a01171 100644 --- a/pkgs/development/python-modules/deprecated/default.nix +++ b/pkgs/development/python-modules/deprecated/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "deprecated"; - version = "1.2.13"; + version = "1.2.14"; outputs = [ "out" "doc" ]; src = fetchFromGitHub { owner = "tantale"; repo = "deprecated"; - rev = "v${version}"; - hash = "sha256-rCDUY/TVmJqhrxDah62lEhqpr05JNZSyiFNTlHvSnmw="; + rev = "refs/tags/v${version}"; + hash = "sha256-H5Gp2F/ChMeEH4fSYXIB34syDIzDymfN949ksJnS0k4="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.2.13" not present in staging derivation file with contents: { lib , fetchFromGitHub , buildPythonPackage , wrapt , pytestCheckHook , sphinxHook }: buildPythonPackage rec { pname = "deprecated"; version = "1.2.14"; outputs = [ "out" "doc" ]; src = fetchFromGitHub { owner = "tantale"; repo = "deprecated"; rev = "refs/tags/v${version}"; hash = "sha256-H5Gp2F/ChMeEH4fSYXIB34syDIzDymfN949ksJnS0k4="; }; nativeBuildInputs = [ sphinxHook ]; propagatedBuildInputs = [ wrapt ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "deprecated" ]; meta = with lib; { homepage = "https://github.com/tantale/deprecated"; description = "Python @deprecated decorator to deprecate old python classes, functions or methods"; license = licenses.mit; maintainers = with maintainers; [ tilpner ]; }; }