Merge pull request #109511 from r-ryantm/auto-update/python3.7-pybtex-docutils

python37Packages.pybtex-docutils: 0.2.2 -> 1.0.0
This commit is contained in:
Sandro 2021-01-16 14:07:22 +01:00 committed by GitHub
commit f86a40ac9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, buildPythonPackage, fetchPypi, docutils, pybtex, six }:
buildPythonPackage rec {
version = "0.2.2";
version = "1.0.0";
pname = "pybtex-docutils";
doCheck = false;
@ -9,7 +9,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "ea90935da188a0f4de2fe6b32930e185c33a0e306154322ccc12e519ebb5fa7d";
sha256 = "cead6554b4af99c287dd29f38b1fa152c9542f56a51cb6cbc3997c95b2725b2e";
};
meta = {