Skip to content

Commit

Permalink
python312Packages.aiomealie: 0.9.4 -> 0.9.5 (#369499)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 1, 2025
2 parents cebdf83 + 4f2ebe9 commit 3012a3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/aiomealie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
aiohttp,
aioresponses,
awesomeversion,
buildPythonPackage,
fetchFromGitHub,
mashumaro,
Expand All @@ -17,7 +18,7 @@

buildPythonPackage rec {
pname = "aiomealie";
version = "0.9.4";
version = "0.9.5";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -26,13 +27,14 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-mealie";
rev = "refs/tags/v${version}";
hash = "sha256-Sl2n78R/twx4+liob4k0B1pskonYD7B00lo9hz45qIs=";
hash = "sha256-hcHXX95d9T/jJMqHkikWN8ZdM5MRxJxhH575U3KDXxY=";
};

build-system = [ poetry-core ];

dependencies = [
aiohttp
awesomeversion
mashumaro
orjson
yarl
Expand Down

0 comments on commit 3012a3a

Please sign in to comment.