borgmatic: 2.0.12 -> 2.0.13

This commit is contained in:
R. Ryantm
2025-12-21 08:02:09 +00:00
parent 55ae7336a1
commit 921f2e5497
+2 -2
View File
@@ -15,12 +15,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "2.0.12";
version = "2.0.13";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-z2LOj7NW1S1C6hSsaeBKXYnrwS0XskOK9idwIfiA9Do=";
hash = "sha256-0Prjgh/L5nCo3CNXZccNW9Dz3d6jIfrXDZmy5fL6zrU=";
};
passthru.updateScript = nix-update-script { };