python310Packages.aiolyric: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2023-12-18 08:24:54 +00:00
parent 5fcb8660dd
commit 36c8c2530d

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "aiolyric";
version = "1.1.0";
version = "1.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "timmo001";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LDLpNuwkoPacI/a2NSlqUABRgwy+jAjGwOxmShLskso=";
hash = "sha256-FZhLjVrLzLv6CZz/ROlvbtBK9XnpO8pG48aSIoBxhCo=";
};
propagatedBuildInputs = [