python310Packages.pycares 0 -> 1 attrpath: python310Packages.pycares 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/17dkcgjirynaxrrg4r956g0cf8wvblzc-packages.json.drv building '/nix/store/17dkcgjirynaxrrg4r956g0cf8wvblzc-packages.json.drv'... Going to be running update for following packages: - python3.10-pycares-4.3.0 Press Enter key to continue... Running update for: - python3.10-pycares-4.3.0: UPDATING ... - python3.10-pycares-4.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pycares/default.nix b/pkgs/development/python-modules/pycares/default.nix index 84a7cbe1ba42..fcd6327bd222 100644 --- a/pkgs/development/python-modules/pycares/default.nix +++ b/pkgs/development/python-modules/pycares/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "pycares"; - version = "4.3.0"; + version = "4.4.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-xUJpb22sl46dmRkjhHRaZfgKfZRQUBFR5KdWPgYBDUU="; + hash = "sha256-9HV51Qjy9W7d0WznIEV4KtOxs7Z4CYaZ4rahswcz4cI="; }; buildInputs = [ No auto update branch exists Old version 4.3.0" not present in staging derivation file with contents: { lib , aiodns , buildPythonPackage , c-ares , cffi , fetchPypi , idna , pythonOlder , tornado }: buildPythonPackage rec { pname = "pycares"; version = "4.4.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-9HV51Qjy9W7d0WznIEV4KtOxs7Z4CYaZ4rahswcz4cI="; }; buildInputs = [ c-ares ]; propagatedBuildInputs = [ cffi idna ]; propagatedNativeBuildInputs = [ cffi ]; # Requires network access doCheck = false; passthru.tests = { inherit aiodns tornado; }; pythonImportsCheck = [ "pycares" ]; meta = with lib; { description = "Python interface for c-ares"; homepage = "https://github.com/saghul/pycares"; changelog = "https://github.com/saghul/pycares/releases/tag/pycares-${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }