3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #28062 from lsix/update_motu-client

motu-client: 1.0.8 -> 1.4.0
This commit is contained in:
Frederik Rietdijk 2017-08-13 22:08:54 +02:00 committed by GitHub
commit 3f642af583

View file

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