upsies: 2026.05.24 -> 2026.06.12 (#531330)

This commit is contained in:
Bruno BELANYI
2026-06-13 13:01:32 +00:00
committed by GitHub
+2 -2
View File
@@ -18,14 +18,14 @@ let
in
python3Packages.buildPythonApplication (finalAttrs: {
pname = "upsies";
version = "2026.05.24";
version = "2026.06.12";
pyproject = true;
src = fetchFromCodeberg {
owner = "plotski";
repo = "upsies";
tag = "v${finalAttrs.version}";
hash = "sha256-2gb5eGtEXPaFfFdfE6tBVQGPVmWwnA9Nm2N7OyinWEM=";
hash = "sha256-Hf26kYWnThpcemEerpx9cHlBVUa1pQ9ZP+AZeeJahSo=";
};
patches = [