Skip to content

Commit

Permalink
python312Packages.openwebifpy: 4.2.7 -> 4.3.0 (NixOS#365197)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 15, 2024
2 parents 8e29356 + f0388f0 commit a2e35fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/openwebifpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pythonOlder,

# build-system
setuptools,
hatchling,

# dependencies
aiohttp,
Expand All @@ -17,19 +17,19 @@

buildPythonPackage rec {
pname = "openwebifpy";
version = "4.2.7";
version = "4.3.0";
pyproject = true;

disabled = pythonOlder "3.11";

src = fetchPypi {
inherit pname version;
hash = "sha256-MoTSfoO6km3jAaF9oIDxhxhMI8jqZAyPD6yBYcYxhd4=";
hash = "sha256-fsGHTmi+dWP0SBPvF51RdL2zBMHtjry/XTGjyU5jKpI=";
};

nativeBuildInputs = [ setuptools ];
build-system = [ hatchling ];

propagatedBuildInputs = [
dependencies = [
aiohttp
yarl
];
Expand Down

0 comments on commit a2e35fd

Please sign in to comment.