Merge pull request #65175 from r-ryantm/auto-update/rapid-photo-downloader

rapid-photo-downloader: 0.9.14 -> 0.9.15
This commit is contained in:
Marek Mahut 2019-08-10 09:34:53 +02:00 committed by GitHub
commit eb2651d338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "rapid-photo-downloader"; pname = "rapid-photo-downloader";
version = "0.9.14"; version = "0.9.15";
src = fetchurl { src = fetchurl {
url = "https://launchpad.net/rapid/pyqt/${version}/+download/${pname}-${version}.tar.gz"; url = "https://launchpad.net/rapid/pyqt/${version}/+download/${pname}-${version}.tar.gz";
sha256 = "1nywkkyxlpzq3s9anza9k67j5689pfclfha218frih36qdb0j258"; sha256 = "14s8x2qp1li05pailflw1nprp79q0aa7lb92hnwa1air8756z7al";
}; };
# Disable version check and fix install tests # Disable version check and fix install tests
@ -64,6 +64,7 @@ python3Packages.buildPythonApplication rec {
requests requests
colorlog colorlog
pyprind pyprind
tenacity
]; ];
makeWrapperArgs = [ makeWrapperArgs = [