Skip to content

Commit

Permalink
python310Packages.colorful: 0.5.5 -> 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2024
1 parent d865557 commit 38c0769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/colorful/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

buildPythonPackage rec {
pname = "colorful";
version = "0.5.5";
version = "0.5.6";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "timofurrer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fgxbj1WE9JcGt+oEcBguL0wQEWIn5toRTLWsvCFO3k8=";
hash = "sha256-8rHJIsHiyfjmjlGiEyrzvEwKgi1kP4Njm731mlFDMIU=";
};

nativeCheckInputs = [
Expand Down

0 comments on commit 38c0769

Please sign in to comment.