python312Packages.plyara: 2.2.7 -> 2.2.8 (#380500)

This commit is contained in:
Weijia Wang
2025-02-14 14:27:56 +01:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "plyara";
version = "2.2.7";
version = "2.2.8";
pyproject = true;
disabled = pythonOlder "3.10"; # https://github.com/plyara/plyara: "Plyara requires Python 3.10+"
src = fetchPypi {
inherit pname version;
hash = "sha256-6gYD9BePlxGvSUg9ENa7a9uzU0pOl+IJs8ZVRekDVHY=";
hash = "sha256-zmpb5r3BcveLsQ0uIgQJx2vUaz2p/0PlO76E0e7elwA=";
};
build-system = [