barman: 3.3.0 -> 3.4.0

This commit is contained in:
R. Ryantm 2023-01-26 23:46:10 +00:00
parent a58215b5eb
commit 57daeabfa2

View file

@ -5,13 +5,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "barman";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = pname;
rev = "refs/tags/release/${version}";
sha256 = "sha256-4mbu3Z48jZQqRft4vkz/x4a7kAOiTrQfnyQpXl3MJn0=";
sha256 = "sha256-K5y5C+K/fMhgOcSsCMaIgY6ce9UUPszoyumsfNHKjBo=";
};
patches = [