python312Packages.plyara: 2.2.2 -> 2.2.6 (#373711)

https://github.com/plyara/plyara/releases/tag/v2.2.6
This commit is contained in:
R. RyanTM
2025-01-18 22:41:57 +01:00
committed by GitHub
parent 2aacde6507
commit 9a2f54527d
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "plyara";
version = "2.2.2";
version = "2.2.6";
pyproject = true;
disabled = pythonOlder "3.10"; # https://github.com/plyara/plyara: "Plyara requires Python 3.10+"
src = fetchPypi {
inherit pname version;
hash = "sha256-AIxXtu9Ic0N8I29w2h/sP5EdWsscmWza9WkhVyvlSs0=";
hash = "sha256-228fhwJTEV1kpIxbDzG+CgJOHJjWifl5SYteCY8Pd3Y=";
};
build-system = [