diff --git a/pkgs/by-name/se/seventeenlands/package.nix b/pkgs/by-name/se/seventeenlands/package.nix index 821b23bf025c..ab5d25baf31a 100644 --- a/pkgs/by-name/se/seventeenlands/package.nix +++ b/pkgs/by-name/se/seventeenlands/package.nix @@ -5,11 +5,11 @@ }: python3.pkgs.buildPythonApplication rec { pname = "seventeenlands"; - version = "0.1.42"; + version = "0.1.43"; src = fetchPypi { inherit pname version; - hash = "sha256-P/imV4vvyd6wgjqXzgfIAURFtFhLwX1eS8eiPl79oZk="; + hash = "sha256-oTF4dtMKhx2YR80goKTcyq2P0mxAKLE2Ze5HbMNvyGg="; }; # No tests