rapid-photo-downloader: 0.9.17 -> 0.9.18

This commit is contained in:
R. RyanTM 2020-01-28 09:02:36 +00:00 committed by Frederik Rietdijk
parent 7977bb1cf1
commit 4006c66d08
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
mkDerivationWith python3Packages.buildPythonApplication rec { mkDerivationWith python3Packages.buildPythonApplication rec {
pname = "rapid-photo-downloader"; pname = "rapid-photo-downloader";
version = "0.9.17"; version = "0.9.18";
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 = "10vqbi9rcg8r0jxpx2kn8xmahwgdcal28wpix2fg6nkp5rfwxnr6"; sha256 = "15p7sssg6vmqbm5xnc4j5dr89d7gl7y5qyq44a240yl5aqkjnybw";
}; };
# Disable version check and fix install tests # Disable version check and fix install tests