python311Packages.reedsolo 1.5.4 -> 1.7.0 https://repology.org/project/python:reedsolo/versions attrpath: python311Packages.reedsolo Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/l3x9mkm8sa989yfps3rxiwzcc0blf636-packages.json.drv building '/nix/store/l3x9mkm8sa989yfps3rxiwzcc0blf636-packages.json.drv'... Going to be running update for following packages: - python3.11-reedsolo-1.5.4 Press Enter key to continue... Running update for: - python3.11-reedsolo-1.5.4: UPDATING ... - python3.11-reedsolo-1.5.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/reedsolo/default.nix b/pkgs/development/python-modules/reedsolo/default.nix index 65006ea823ab..13257487e88b 100644 --- a/pkgs/development/python-modules/reedsolo/default.nix +++ b/pkgs/development/python-modules/reedsolo/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "reedsolo"; - version = "1.5.4"; + version = "1.7.0"; # Pypi does not have the tests src = fetchFromGitHub { owner = "tomerfiliba"; repo = "reedsolomon"; - rev = "v${version}"; - hash = "sha256-GUMdL5HclXxqMYasq9kUE7fCqOkjr1D20wjd/E+xPBk="; + rev = "refs/tags/v${version}"; + hash = "sha256-nzdD1oGXHSeGDD/3PpQQEZYGAwn9ahD2KNYGqpgADh0="; }; patches = [ No auto update branch exists Old version 1.5.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # build-system , cython , setuptools # tests , pytestCheckHook }: buildPythonPackage rec { pname = "reedsolo"; version = "1.7.0"; format = "pyproject"; # Pypi does not have the tests src = fetchFromGitHub { owner = "tomerfiliba"; repo = "reedsolomon"; rev = "refs/tags/v${version}"; hash = "sha256-nzdD1oGXHSeGDD/3PpQQEZYGAwn9ahD2KNYGqpgADh0="; }; nativeBuildInputs = [ cython setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ "tests/test_creedsolo.py" # TODO: package creedsolo ]; meta = with lib; { description = "Pure-python universal errors-and-erasures Reed-Solomon Codec"; homepage = "https://github.com/tomerfiliba/reedsolomon"; license = licenses.publicDomain; maintainers = with maintainers; [ yorickvp ]; }; }