famly-fetch: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm
2026-02-09 20:21:41 +00:00
parent 41711138bb
commit f409c5e53a
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "famly-fetch";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jacobbunk";
repo = "famly-fetch";
tag = "v${finalAttrs.version}";
hash = "sha256-Ua2g+YGzMHfMGZrOSKzeqdT/ppanZZWJHjrRxfwVDmE=";
hash = "sha256-uyLGBNV+GiYNqy4wWxPNx/xQL0lnMsIHfPIlaIu85HA=";
};
build-system = with python3Packages; [