python312Packages.urwidgets: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm 2024-08-31 15:35:11 +00:00
parent 658d2c49e9
commit b488de5f40

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "urwidgets";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "AnonymouX47";
repo = "urwidgets";
rev = "refs/tags/v${version}";
hash = "sha256-ultlfNeCGFTqKaMeXu0+NihkN5/6NtMewk33YfIzhu8=";
hash = "sha256-RgY7m0smcdUspGkCdzepxruEMDq/mAsVFNjHMLoWAyc=";
};
nativeBuildInputs = [ setuptools ];