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:
R. RyanTM 2019-01-16 05:41:46 -08:00 committed by Vladyslav M
parent 2a5e6ad5a2
commit b7b6d61a43

View file

@ -2,11 +2,11 @@
python2Packages.buildPythonApplication rec {
name = "rawdog-${version}";
version = "2.22";
version = "2.23";
src = fetchurl {
url = "https://offog.org/files/${name}.tar.gz";
sha256 = "01ircwl80xi5lamamsb22i7vmsh2ysq3chn9mbsdhqic2i32hcz0";
sha256 = "18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp";
};
propagatedBuildInputs = with python2Packages; [ feedparser ];