Skip to content

Commit

Permalink
python312Packages.pyee: 11.1.0 -> 12.0.0 (#338539)
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle authored Aug 31, 2024
2 parents c77d4ac + 2a7a2f6 commit 46ff8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

buildPythonPackage rec {
pname = "pyee";
version = "11.1.0";
version = "12.0.0";
format = "pyproject";

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-tTr5j2mQyBDt2bVrh3kQIaj1T9E9tO3RFCQ41EuiJj8=";
hash = "sha256-xIBgP0qikn1HZutB+oJ5P+YKgsv9uNaI4NCMVaU04UU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 46ff8c2

Please sign in to comment.