mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python310Packages.colorful: 0.5.4 -> 0.5.5
This commit is contained in:
parent
8ae7fa8541
commit
b7efc7cc2a
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "colorful";
|
||||
version = "0.5.4";
|
||||
version = "0.5.5";
|
||||
|
||||
# No tests in the Pypi package.
|
||||
src = fetchFromGitHub {
|
||||
owner = "timofurrer";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1fcz5v8b318a3dsdha4c874jsf3wmcw3f25bv2csixclyzacli98";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-fgxbj1WE9JcGt+oEcBguL0wQEWIn5toRTLWsvCFO3k8=";
|
||||
};
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
|
Loading…
Reference in a new issue