python312Packages.pyleri: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm 2024-03-26 15:36:48 +00:00
parent f7a8b88715
commit f8e4c8f973
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyleri";
version = "1.4.2";
version = "1.4.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "cesbit";
repo = "pyleri";
rev = "refs/tags/${version}";
hash = "sha256-52Q2iTrXFNbDzXL0FM+Gypipvo5ciNqAtZa5sKOwQRc=";
hash = "sha256-4t+6wtYzJbmL0TB/OXr89uZ2s8DeGlUdWwHd4YPsCW0=";
};
nativeCheckInputs = [