mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
greg: 0.4.7 -> 0.4.8
This commit is contained in:
parent
6427998d85
commit
64913c64b3
@ -2,15 +2,15 @@
|
||||
|
||||
with pythonPackages; buildPythonApplication rec {
|
||||
pname = "greg";
|
||||
version = "0.4.7";
|
||||
version = "0.4.8";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "manolomartinez";
|
||||
repo = pname;
|
||||
rev = "v" + version;
|
||||
sha256 = "0bdzgh2k1ppgcvqiasxwp3w89q44s4jgwjidlips3ixx1bzm822v";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-o4+tXVJTgT52JyJOC+Glr2cvZjbTaZL8TIsmz+A4vE4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ setuptools feedparser ];
|
||||
|
Loading…
Reference in New Issue
Block a user