python310Packages.docopt-ng: 0.7.2 -> 0.8.1

This commit is contained in:
Francesco Gazzetta
2022-06-04 10:50:25 +02:00
committed by Florian Brandes
parent d1632f967d
commit 02c38c8e22

View File

@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "docopt-ng";
version = "0.7.2";
version = "0.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-hs7qAy8M+lnmB3brDPOKxzZTWBAihyMg9H3IdGeNckQ=";
sha256 = "sha256-6mphooj8hk7uayLW/iiqIC1Z/Ib60F8W/145zE6n9uM=";
};
pythonImportsCheck = [ "docopt" ];