python310Packages.millheater 0.10.0 -> 0.11.0 https://repology.org/project/python:millheater/versions attrpath: python310Packages.millheater 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4wa22f5qzxdiwcsxxpibk7qm5mpk14l0-packages.json.drv building '/nix/store/4wa22f5qzxdiwcsxxpibk7qm5mpk14l0-packages.json.drv'... Going to be running update for following packages: - python3.10-millheater-0.10.0 Press Enter key to continue... Running update for: - python3.10-millheater-0.10.0: UPDATING ... - python3.10-millheater-0.10.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/millheater/default.nix b/pkgs/development/python-modules/millheater/default.nix index 369947d7dde5..352293288c4e 100644 --- a/pkgs/development/python-modules/millheater/default.nix +++ b/pkgs/development/python-modules/millheater/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "millheater"; - version = "0.10.0"; + version = "0.11.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -17,8 +17,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pymill"; - rev = version; - hash = "sha256-ImEg+VEiASQPnMeZzbYMMb+ZgcsxagQcN9IDFGO05Vw="; + rev = "refs/tags/${version}"; + hash = "sha256-NECGUosjrhRCVGHOFV+YjY8o3heoA7qi9kKsgXpeHh0="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.millheater: 0.10.0 -> 0.11.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/246993"