Skip to content

Commit

Permalink
python312Packages.lupa: 2.2 -> 2.4 (#374514)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Jan 18, 2025
2 parents 6b889f5 + d0a11f1 commit 6e0876c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/lupa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "lupa";
version = "2.2";
version = "2.4";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-ZloAa8+Nmqzf25U4JLkp0GoMVZEKZitZvi8VerTIkk0=";
hash = "sha256-UwDSH4GqG9TUX1XjHd26O4eYlWlgaKP4TPy1/ZFIqs0=";
};

build-system = [
Expand Down

0 comments on commit 6e0876c

Please sign in to comment.