borgmatic: 1.8.10 -> 1.8.11

This commit is contained in:
Damien Cassou 2024-05-13 21:57:24 +02:00
parent 6a1dfec484
commit d02d4026fc
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -3,6 +3,7 @@
, borgbackup
, coreutils
, python3Packages
, fetchpatch
, fetchPypi
, systemd
, enableSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd
@ -13,13 +14,21 @@
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "1.8.10";
version = "1.8.11";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-hR2q49gCD9BZsk+jQ90EfKkkq7mX9qAO+gRsvdnuDec=";
sha256 = "sha256-Sgj15etVx8nnk0AZv+GzWscSqfqdC7+1wBE6gF/0aL0=";
};
patches = [
(fetchpatch {
name = "prevent-network-access-in-tests.patch";
url = "https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/869.patch";
hash = "sha256-jOo3LjgvJtyTaRKZX1wfnKNdw975hVekBkKfK4mJFAc=";
})
];
nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ] ++ passthru.optional-dependencies.apprise;
# - test_borgmatic_version_matches_news_version