Skip to content

Commit

Permalink
python312Packages.aioacaia: 0.1.12 -> 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 4, 2025
1 parent 576aac5 commit 44affd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aioacaia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "aioacaia";
version = "0.1.12";
version = "0.1.13";
pyproject = true;

disabled = pythonOlder "3.12";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "aioacaia";
tag = "v${version}";
hash = "sha256-XtHze2EYLSGm3u8aG6vbogqki83k1mBKy/bC8gCCoWQ=";
hash = "sha256-c+xtVUSyH9dBz97eI+8YYG/yW08kZFLNXnHudxYchCE=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 44affd1

Please sign in to comment.