borgbackup: 1.2.0 -> 1.2.1

https://github.com/borgbackup/borg/releases/tag/1.2.1
This commit is contained in:
Martin Weinelt 2022-06-06 02:52:39 +02:00 committed by Robert Schütz
parent e4cb4bdb05
commit 36aa013ff4

View file

@ -13,11 +13,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "borgbackup";
version = "1.2.0";
version = "1.2.1";
format = "pyproject";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "sha256-45pVR5Au9FYQGqTHefpms0W9pw0WeI6L0Y5Fj5Ovf2c=";
sha256 = "sha256-n5zi0ZI8szoUfubQgXfYYJdFZ3IbEUL8pnkUoC5kxjM=";
};
postPatch = ''