barman: 3.10.1 -> 3.11.1

This commit is contained in:
R. Ryantm
2024-08-23 08:34:36 +00:00
parent 29aa6b4774
commit 3fe6cc6e18
+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 ];