Merge pull request #167437 from r-ryantm/auto-update/greg
greg: 0.4.7 -> 0.4.8
This commit is contained in:
commit
52d66f5647
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
with pythonPackages; buildPythonApplication rec {
|
with pythonPackages; buildPythonApplication rec {
|
||||||
pname = "greg";
|
pname = "greg";
|
||||||
version = "0.4.7";
|
version = "0.4.8";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "manolomartinez";
|
owner = "manolomartinez";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v" + version;
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "0bdzgh2k1ppgcvqiasxwp3w89q44s4jgwjidlips3ixx1bzm822v";
|
sha256 = "sha256-o4+tXVJTgT52JyJOC+Glr2cvZjbTaZL8TIsmz+A4vE4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ setuptools feedparser ];
|
propagatedBuildInputs = [ setuptools feedparser ];
|
||||||
|
|
Loading…
Reference in a new issue