python311Packages.remarshal 0.17.0 -> 0.17.1 https://repology.org/project/python:remarshal/versions attrpath: python311Packages.remarshal 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/l3qz7shln256hf87f4d33fhkk6xn4lwq-packages.json.drv building '/nix/store/l3qz7shln256hf87f4d33fhkk6xn4lwq-packages.json.drv'... Going to be running update for following packages: - python3.11-remarshal-0.17.0 Press Enter key to continue... Running update for: - python3.11-remarshal-0.17.0: UPDATING ... - python3.11-remarshal-0.17.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/remarshal/default.nix b/pkgs/development/python-modules/remarshal/default.nix index 5d2e002538c2..32916774ee36 100644 --- a/pkgs/development/python-modules/remarshal/default.nix +++ b/pkgs/development/python-modules/remarshal/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "remarshal"; - version = "0.17.0"; + version = "0.17.1"; format = "pyproject"; src = fetchFromGitHub { owner = "dbohdan"; repo = pname; - rev = "v${version}"; - hash = "sha256-FytVq9p7Yo0lS5rHj0crPIpHFjxolW8esSPkj2wLfaI="; + rev = "refs/tags/v${version}"; + hash = "sha256-2WxMh5P/8NvElymnMU3JzQU0P4DMXFF6j15OxLaS+VA="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.17.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # build deps , poetry-core # propagates , cbor2 , python-dateutil , pyyaml , tomlkit , u-msgpack-python # tested using , pytestCheckHook }: buildPythonPackage rec { pname = "remarshal"; version = "0.17.1"; format = "pyproject"; src = fetchFromGitHub { owner = "dbohdan"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-2WxMh5P/8NvElymnMU3JzQU0P4DMXFF6j15OxLaS+VA="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ cbor2 python-dateutil pyyaml tomlkit u-msgpack-python ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { changelog = "https://github.com/remarshal-project/remarshal/releases/tag/v${version}"; description = "Convert between TOML, YAML and JSON"; license = licenses.mit; homepage = "https://github.com/dbohdan/remarshal"; maintainers = with maintainers; [ offline ]; }; }