python310Packages.railroad-diagrams: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm 2022-06-25 07:36:18 +00:00
parent 7e1209a527
commit aff2dacede

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "railroad-diagrams";
version = "2.0.3";
version = "2.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wRClrA4I/DWNw/hL5rowQMn0R61c6qiNg9Ho6nXqi+4=";
hash = "sha256-dBP/oZRYO9UQ78PkZo9h1aOL7soYa7fDbuptDW8D+0U=";
};
# This is a dependency of pyparsing, which is a dependency of pytest