diff --git a/pkgs/development/python-modules/polyswarm-api/default.nix b/pkgs/development/python-modules/polyswarm-api/default.nix index ac78677fa4c5..2d06de857abd 100644 --- a/pkgs/development/python-modules/polyswarm-api/default.nix +++ b/pkgs/development/python-modules/polyswarm-api/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "polyswarm-api"; - version = "3.13.0"; + version = "3.13.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "polyswarm"; repo = "polyswarm-api"; tag = version; - hash = "sha256-Mu/Gfs6Iy24xUQ1yvRAR3TXio30FHMVpTel99YtRtyg="; + hash = "sha256-+oKhKn+wUnvKlNymY/vtXn0cHBMyawBNhOQRu0tYC/M="; }; pythonRelaxDeps = [ "future" ]; @@ -49,7 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to interface with the PolySwarm consumer APIs"; homepage = "https://github.com/polyswarm/polyswarm-api"; - changelog = "https://github.com/polyswarm/polyswarm-api/releases/tag/${version}"; + changelog = "https://github.com/polyswarm/polyswarm-api/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };