python3.pkgs.mypyllant: 0.9.12 -> 0.9.15

This commit is contained in:
Matej Urbas
2026-06-15 08:59:29 +01:00
parent 0e7f9ceb34
commit 3c44820ae1
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "mypyllant";
version = "0.9.12";
version = "0.9.15";
pyproject = true;
src = fetchFromGitHub {
owner = "signalkraft";
repo = "myPyllant";
tag = "v${version}";
hash = "sha256-ZVk9QV5Q5bEeS3dsyFkhdPOJDqwf76o6XW5VSBuutMw=";
hash = "sha256-MaEk1IU0wCuR/rE3PYhSAjG925K/9N+1i6hVdgDg7YQ=";
};
build-system = [