python3Packages.priority: 1.3.0 -> 2.0.0

This commit is contained in:
Martin Weinelt 2021-08-26 21:38:09 +02:00
parent 3f44f9d6c5
commit 1a5c4d7cbf

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "priority";
version = "1.3.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "1gpzn9k9zgks0iw5wdmad9b4dry8haiz2sbp6gycpjkzdld9dhbb";
sha256 = "c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0";
};
patches = [