scudcloud: 1.38 -> 1.40

This commit is contained in:
Mikhail Volkhov 2017-02-07 19:46:35 +03:00
parent f673243aff
commit c48c2fc147
No known key found for this signature in database
GPG Key ID: 17A854CA823709D7

View File

@ -1,14 +1,14 @@
{ stdenv, fetchgit, python3Packages }:
python3Packages.buildPythonPackage {
name = "scudcloud-1.38";
name = "scudcloud-1.40";
# Branch 254-port-to-qt5
# https://github.com/raelgc/scudcloud/commit/6bcd877daea3d679cd5fd2c946c2d933940c48d9
# https://github.com/raelgc/scudcloud/commit/43ddc87f123a641b1fa78ace0bab159b05d34b65
src = fetchgit {
url = https://github.com/raelgc/scudcloud/;
rev = "6bcd877daea3d679cd5fd2c946c2d933940c48d9";
sha256 = "1884svz6m5vl06d0yac5zjb2phxwg6bjva72y15fw4larkjnh72s";
rev = "43ddc87f123a641b1fa78ace0bab159b05d34b65";
sha256 = "1lh9naf9xfrmj1pj7p8bd3fz7vy3gap6cvda4silk4b6ylyqa8vj";
};
propagatedBuildInputs = with python3Packages; [ pyqt5 dbus-python ];