Skip to content

Commit 4f2ebe9

Browse files
committed
1 parent 0b2d91f commit 4f2ebe9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/aiomealie/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
aiohttp,
44
aioresponses,
5+
awesomeversion,
56
buildPythonPackage,
67
fetchFromGitHub,
78
mashumaro,
@@ -17,7 +18,7 @@
1718

1819
buildPythonPackage rec {
1920
pname = "aiomealie";
20-
version = "0.9.4";
21+
version = "0.9.5";
2122
pyproject = true;
2223

2324
disabled = pythonOlder "3.11";
@@ -26,13 +27,14 @@ buildPythonPackage rec {
2627
owner = "joostlek";
2728
repo = "python-mealie";
2829
rev = "refs/tags/v${version}";
29-
hash = "sha256-Sl2n78R/twx4+liob4k0B1pskonYD7B00lo9hz45qIs=";
30+
hash = "sha256-hcHXX95d9T/jJMqHkikWN8ZdM5MRxJxhH575U3KDXxY=";
3031
};
3132

3233
build-system = [ poetry-core ];
3334

3435
dependencies = [
3536
aiohttp
37+
awesomeversion
3638
mashumaro
3739
orjson
3840
yarl

0 commit comments

Comments
 (0)