forked from mirrors/nixpkgs
rapid-photo-downloader: 0.9.10 -> 0.9.12
This commit is contained in:
parent
6a4967d61f
commit
6032bdd532
|
@ -6,11 +6,11 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "rapid-photo-downloader";
|
||||
version = "0.9.10";
|
||||
version = "0.9.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://launchpad.net/rapid/pyqt/${version}/+download/${pname}-${version}.tar.gz";
|
||||
sha256 = "1i0lfj9gnfya49gxx59ls364z651fqagd4krnz9jhg9m0l48ljdf";
|
||||
sha256 = "0nzahps7hs120xv2r55k293kialf83nx44x3jg85yh349rpqrii8";
|
||||
};
|
||||
|
||||
# Disable version check and fix install tests
|
||||
|
|
Loading…
Reference in a new issue