Skip to content

Commit

Permalink
Merge pull request NixOS#333863 from fabaff/laundrify-aio-bump
Browse files Browse the repository at this point in the history
python312Packages.laundrify-aio: 1.2.1 -> 1.2.2
  • Loading branch information
fabaff committed Aug 11, 2024
2 parents f830d12 + 15f1958 commit a58bc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/laundrify-aio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "laundrify-aio";
version = "1.2.1";
version = "1.2.2";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "laundrify";
repo = "laundrify-pypi";
rev = "v${version}";
hash = "sha256-XhdIKitUyC5RWW/o98ZyhG7BuVCINsiNWlh3liITKCs=";
hash = "sha256-iFQ0396BkGWM7Ma/I0gbXucd2/yPmEVF4IC3/bMK2SA=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit a58bc8a

Please sign in to comment.