cheat: 2.1.27 -> 2.1.28
This commit is contained in:
parent
6c5cbfd091
commit
f876ae4b92
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
{ python3Packages, fetchurl, lib }:
|
{ python3Packages, fetchurl, lib }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
version = "2.1.27";
|
version = "2.1.28";
|
||||||
name = "cheat-${version}";
|
name = "cheat-${version}";
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ docopt pygments ];
|
propagatedBuildInputs = with python3Packages; [ docopt pygments ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/c/cheat/${name}.tar.gz";
|
url = "mirror://pypi/c/cheat/${name}.tar.gz";
|
||||||
sha256 = "1mrrfwd4ivas0alfkhjryxxzf24a4ngk8c6n2zlfb8ziwf7czcqd";
|
sha256 = "1a5c5f3dx3dmmvv75q2w6v2xb1i6733c0f8knr6spapvlim5i0c5";
|
||||||
};
|
};
|
||||||
# no tests available
|
# no tests available
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue