python310Packages.jsonref 0 -> 1 attrpath: python310Packages.jsonref 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/2l0cy0jqyblfpr80vxz1pjalsfnx57p5-packages.json.drv building '/nix/store/2l0cy0jqyblfpr80vxz1pjalsfnx57p5-packages.json.drv'... Going to be running update for following packages: - python3.10-jsonref-0.2 Press Enter key to continue... Running update for: - python3.10-jsonref-0.2: UPDATING ... - python3.10-jsonref-0.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jsonref/default.nix b/pkgs/development/python-modules/jsonref/default.nix index 2ab8ec45a70..8e48b0665a6 100644 --- a/pkgs/development/python-modules/jsonref/default.nix +++ b/pkgs/development/python-modules/jsonref/default.nix @@ -3,11 +3,11 @@ buildPythonPackage rec { pname = "jsonref"; - version = "0.2"; + version = "1.0.1"; src = fetchPypi { inherit pname version; - sha256 = "15v69rg2lkcykb2spnq6vbbirv9sfq480fnwmfppw9gn3h95pi7k"; + sha256 = "sha256-UdPhi4PKcXD/UShqDhpnGdi3/Mer2xaxiTlahTaZa5c="; }; checkInputs = [ pytest mock ]; No auto update branch exists Old version 0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pytestCheckHook }: buildPythonPackage rec { pname = "jsonref"; version = "1.0.1"; format = "pyproject"; src = fetchFromGitHub { owner = "gazpachoking"; repo = "jsonref"; rev = "refs/tags/v${version}"; hash = "sha256-8p0BmDZGpQ6Dl9rkqRKZKc0doG5pyXpfcVpemmetLhs="; }; nativeBuildInputs = [ poetry-core ]; checkInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests.py" ]; meta = with lib; { description = "An implementation of JSON Reference for Python"; homepage = "https://github.com/gazpachoking/jsonref"; license = licenses.mit; maintainers = with maintainers; [ ]; platforms = platforms.all; }; }