Merge pull request #140332 from SuperSandro2000/cleanup
This commit is contained in:
commit
08a5a03626
1 changed files with 4 additions and 8 deletions
|
@ -1,10 +1,5 @@
|
||||||
{ lib, fetchFromGitHub, python3Packages }:
|
{ lib, fetchFromGitHub, python3Packages }:
|
||||||
|
|
||||||
let
|
|
||||||
rev = "4467bd46a7a798f738247a7f090c1505176bd597";
|
|
||||||
sha256 = "0yf3pc3fws4nnh4nd8d3jpglmsyi69d17qqgpcnkpqca5l4cd25w";
|
|
||||||
in
|
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "rpl";
|
pname = "rpl";
|
||||||
version = "1.10";
|
version = "1.10";
|
||||||
|
@ -16,7 +11,8 @@ python3Packages.buildPythonApplication rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rrthomas";
|
owner = "rrthomas";
|
||||||
repo = "rpl";
|
repo = "rpl";
|
||||||
inherit rev sha256;
|
rev = "4467bd46a7a798f738247a7f090c1505176bd597";
|
||||||
|
sha256 = "0yf3pc3fws4nnh4nd8d3jpglmsyi69d17qqgpcnkpqca5l4cd25w";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue