Merge pull request #336727 from r-ryantm/auto-update/barman

barman: 3.10.1 -> 3.11.1
This commit is contained in:
Pol Dellaiera
2024-08-23 23:58:18 +02:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "barman";
version = "3.10.1";
version = "3.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = "barman";
rev = "refs/tags/release/${version}";
hash = "sha256-38r1CwS4BUqhzAUmBvxuqKquGfGlgSekKXe7EbumSe0=";
hash = "sha256-X39XOv8HJdSjMjMMnmB7Gxjseg5k/LuKICTxapcHVsU=";
};
patches = [ ./unwrap-subprocess.patch ];