Merge pull request #306813 from r-ryantm/auto-update/python311Packages.branca

python311Packages.branca: 0.7.1 -> 0.7.2
This commit is contained in:
Nick Cao
2024-04-26 09:30:15 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "branca";
version = "0.7.1";
version = "0.7.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "python-visualization";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-OePOZvqXtsp73HsfFslI6F3kegbdk45lWY1CMQRTcoc=";
hash = "sha256-ipu0JZIx/YgR7F5Z7sl/9YEEHkyiDllR5dHko7AlSe8=";
};
postPatch = ''