Skip to content

Commit

Permalink
python312Packages.emoji: 2.13.0 -> 2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 29, 2024
1 parent 51a8ed1 commit 66ad879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/emoji/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "emoji";
version = "2.13.0";
version = "2.13.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "carpedm20";
repo = "emoji";
rev = "refs/tags/v${version}";
hash = "sha256-FTQTbp5Ud3CyqkAiGvY8hBOKnvFR29CgZPbz4eZp/ik=";
hash = "sha256-1oFzuIA2HFoBw50HHYi8bGZTAAeC6fesSnLReuXUZcM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 66ad879

Please sign in to comment.