barman: 3.7.0 -> 3.10.0

This commit is contained in:
R. Ryantm 2024-01-25 17:04:42 +00:00
parent 5af80acc9a
commit b143692135

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "barman";
version = "3.7.0";
version = "3.10.0";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = pname;
rev = "refs/tags/release/${version}";
hash = "sha256-5mecCg5c+fu6WUgmNEL4BR+JCild02YAuYgLwO1MGnI=";
hash = "sha256-NcDW1SLeP2BVH+TQp1M03Otg75axSFXfwQzlEJ1JOxo=";
};
patches = [