rawdog: 2.22 -> 2.23
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rawdog/versions
This commit is contained in:
parent
2a5e6ad5a2
commit
b7b6d61a43
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "rawdog-${version}";
|
name = "rawdog-${version}";
|
||||||
version = "2.22";
|
version = "2.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://offog.org/files/${name}.tar.gz";
|
url = "https://offog.org/files/${name}.tar.gz";
|
||||||
sha256 = "01ircwl80xi5lamamsb22i7vmsh2ysq3chn9mbsdhqic2i32hcz0";
|
sha256 = "18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [ feedparser ];
|
propagatedBuildInputs = with python2Packages; [ feedparser ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user