Skip to content

Commit

Permalink
python312Packages.plyara: 2.1.1 -> 2.2.2 (NixOS#364908)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 15, 2024
2 parents 429427d + b69dd77 commit 27ce97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/plyara/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "plyara";
version = "2.1.1";
version = "2.2.2";
pyproject = true;

disabled = pythonOlder "3.10"; # https://github.com/plyara/plyara: "Plyara requires Python 3.10+"

src = fetchPypi {
inherit pname version;
hash = "sha256-n1/LT8a5RKkuwpedzFTZzzoCsWbJm/755y1TTHq5Hm0=";
hash = "sha256-AIxXtu9Ic0N8I29w2h/sP5EdWsscmWza9WkhVyvlSs0=";
};

build-system = [
Expand Down

0 comments on commit 27ce97b

Please sign in to comment.