python3Packages.uploadserver: 6.0.2 -> 6.0.3

This commit is contained in:
R. Ryantm
2026-07-13 12:39:32 +00:00
parent 4f4f5fea15
commit e80288eefe

View File

@@ -10,14 +10,14 @@
}:
buildPythonPackage (finalAttrs: {
pname = "uploadserver";
version = "6.0.2";
version = "6.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Densaugeo";
repo = "uploadserver";
tag = finalAttrs.version;
hash = "sha256-z0lqVllR+vmdMt95Kv2pGrp0Coc3ZEwgS4xyvnw0geE=";
hash = "sha256-aG/s7C55QaAvOMFWrYKlDdjQFWljKBjal2Qe6j1/B/o=";
};
build-system = [ setuptools ];