Merge pull request #281683 from r-ryantm/auto-update/zfs-autobackup

zfs-autobackup: 3.1.3 -> 3.2
This commit is contained in:
Weijia Wang 2024-02-04 22:37:21 +01:00 committed by GitHub
commit 81ea8b6aac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "zfs-autobackup";
version = "3.1.3";
version = "3.2";
src = fetchPypi {
inherit version;
pname = "zfs_autobackup";
sha256 = "sha256-ckikq8Am81O0wkL4ozRBFTCa15PrmkD54A2qEY6kA5c=";
sha256 = "sha256-rvtY7fsn2K2hueAsQkaPXcwxUAgE8j+GsQFF3eJKG2o=";
};
nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook ];