python311Packages.turnt: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2023-07-22 09:48:14 +00:00
parent 135dfbcd9d
commit 69312c61c1

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "turnt";
version = "1.10.0";
version = "1.11.0";
format = "flit";
src = fetchPypi {
inherit pname version;
hash = "sha256-pwUNmUvyUYxke39orGkziL3DVRWoJY5AQLz/pTyf3M8=";
hash = "sha256-XN+qzRgZMSdeBmW0OM36mQ79sRCuP8E++SqH8FOoEq0=";
};
propagatedBuildInputs = [