Skip to content

Commit

Permalink
python312Packages.emoji: 2.13.2 -> 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 24, 2024
1 parent 21b0706 commit eb6a023
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.2";
version = "2.14.0";
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-1oFzuIA2HFoBw50HHYi8bGZTAAeC6fesSnLReuXUZcM=";
hash = "sha256-ubZrVw069UiUvtEk9iff5lByGXyNalsKPv3Mj2X3qxc=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit eb6a023

Please sign in to comment.