python310Packages.pybtex-docutils: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2023-08-27 04:06:28 +00:00
parent 38b9aaf668
commit fe8d27a846

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pybtex-docutils";
version = "1.0.2";
version = "1.0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Q6o1O21Jj9WsMPAHOpjjMtBh00/mGdPVDRdh+P1KoBY=";
hash = "sha256-On69+StZPgDowcU4qpogvKXZLYQjESRxWsyWTVHZPGs=";
};
buildInputs = [