python310Packages.diagrams: 0.23.3 -> 0.23.4

This commit is contained in:
R. Ryantm
2023-11-05 10:21:52 +00:00
parent b4c0c733b3
commit 0dfd638960
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "diagrams";
version = "0.23.3";
version = "0.23.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "mingrammer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4b+jmR56y2VV0XxD6FCmNpDB0UKH9+FqcTQuU2jRCXo=";
hash = "sha256-2jRWN2glGEr51fzny8nkqa5c2EdJG5aZPG2eTD7AISY=";
};
postPatch = ''