motu-client: 1.0.8 -> 1.4.0

This commit is contained in:
Lancelot SIX 2017-08-09 10:08:14 +02:00
parent a038866c97
commit 38f3153caa
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047
1 changed files with 3 additions and 3 deletions
pkgs/applications/science/misc/motu-client

View File

@ -1,11 +1,11 @@
{ python27Packages, fetchurl, lib } : { python27Packages, fetchurl, lib } :
python27Packages.buildPythonApplication rec { python27Packages.buildPythonApplication rec {
name = "motu-client-${version}"; name = "motu-client-${version}";
version = "1.0.8"; version = "1.4.00";
src = fetchurl { src = fetchurl {
url = "https://github.com/quiet-oceans/motuclient-setuptools/archive/${name}.tar.gz"; url = "https://github.com/quiet-oceans/motuclient-setuptools/archive/${version}.tar.gz";
sha256 = "1naqmav312agn72iad9kyxwscn2lz4v1cfcqqi1qcgvc82vnwkw2"; sha256 = "0v0h90mylhaamd1vm4nc64q63vmlafhijm47hs0xfam33y1q2yvb";
}; };
meta = with lib; { meta = with lib; {