python3Packages.logboth: 0.1.0 -> 0.2.0

This commit is contained in:
R. Ryantm
2026-02-28 06:54:29 +00:00
parent c3973168f4
commit 0c092edd20
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "logboth";
version = "0.1.0";
version = "0.2.0";
pyproject = true;
src = fetchFromGitLab {
owner = "zehkira";
repo = "logboth";
tag = "v${version}";
hash = "sha256-z62atvFYrRqjcGQbTlWadoG1TPrNl8WwDBclzhqQtPA=";
hash = "sha256-R4FrZK8yxCZ5BFBFp/Fj/WyWa6+rIM6GHl3HZGgp5TI=";
};
build-system = [ setuptools ];