barman: 3.13.3 -> 3.14.1

This commit is contained in:
Sizhe Zhao
2025-06-22 14:27:44 +08:00
parent 8816ae8e9c
commit d00bf419a2
+9 -7
View File
@@ -4,20 +4,21 @@
fetchFromGitHub,
fetchpatch2,
python3Packages,
rsync,
versionCheckHook,
nix-update-script,
}:
python3Packages.buildPythonApplication rec {
pname = "barman";
version = "3.13.3";
version = "3.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = "barman";
tag = "release/${version}";
hash = "sha256-ffedLH7b/Z1y+yL5EkFJIGdksQZEKc3uu3KOyNc2plw=";
hash = "sha256-Z3+PgUJcyG/M05hMmIhRr3HttzHUDx7BGIs44LA/qE4=";
};
patches = [
@@ -49,12 +50,13 @@ python3Packages.buildPythonApplication rec {
python-snappy
];
nativeCheckInputs = with python3Packages; [
mock
pytestCheckHook
nativeCheckInputs = [
python3Packages.lz4
python3Packages.mock
python3Packages.pytestCheckHook
python3Packages.zstandard
rsync
versionCheckHook
zstandard
lz4
];
disabledTests =