Unverified Commit 9a2f5452 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

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

parent 2aacde65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [