python3Packages.logboth: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm
2026-05-15 05:10:19 +00:00
parent 2dcb5d27c0
commit 0d19e69c2c
@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "logboth";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
src = fetchFromGitLab {
owner = "zehkira";
repo = "logboth";
tag = "v${finalAttrs.version}";
hash = "sha256-sPt0Xdh2i71riP3L2knXvL25Q08vtnhfzGnDrKqdXtQ=";
hash = "sha256-B+J7l8/IR7I85CTxcW3hFqOVHP6ig9MsNd72x4JGsYY=";
};
build-system = [ setuptools ];