python310Packages.hepunits 0 -> 1 attrpath: python310Packages.hepunits 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/jbq15dyvhwxmxh27rznljm9z6758k60p-packages.json.drv building '/nix/store/jbq15dyvhwxmxh27rznljm9z6758k60p-packages.json.drv'... Going to be running update for following packages: - python3.10-hepunits-2.2.1 Press Enter key to continue... Running update for: - python3.10-hepunits-2.2.1: UPDATING ... - python3.10-hepunits-2.2.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/hepunits/default.nix b/pkgs/development/python-modules/hepunits/default.nix index c1af541def9..d79a3baa28a 100644 --- a/pkgs/development/python-modules/hepunits/default.nix +++ b/pkgs/development/python-modules/hepunits/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "hepunits"; - version = "2.2.1"; + version = "2.3.1"; src = fetchPypi { inherit pname version; - sha256 = "sha256-YJfmlUekg73Az+TRBuRHteuofFUBBg0xLNnWGqniJBQ="; + sha256 = "sha256-sRdLuk1XW5k5wB80HiTZvb4ODNTMTOLn13aS2hkUXPs="; }; nativeBuildInputs = [ setuptools-scm No auto update branch exists Old version 2.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pytestCheckHook }: buildPythonPackage rec { pname = "hepunits"; version = "2.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-M7mumot7OvNVFBp0kBy1qlV9zi5MmZKgow7wRDobIgY="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; checkInputs = [ pytestCheckHook ]; meta = { description = "Units and constants in the HEP system of units"; homepage = "https://github.com/scikit-hep/hepunits"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ doronbehar ]; }; }