krr: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2024-03-05 12:22:12 +00:00
parent 3c1f128a33
commit ba19ffaa8f

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonPackage rec {
pname = "krr";
version = "1.7.0";
version = "1.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "robusta-dev";
repo = "krr";
rev = "refs/tags/v${version}";
hash = "sha256-8K97v/8lsLqr88MSOT3peOy0GZp1so9GaipG/t2uR88=";
hash = "sha256-Bc1Ql3z/UmOXE2RJYC5/sE4a3MFdE06I3HwKY+SdSlk=";
};
postPatch = ''