about summary refs log tree commit diff
path: root/pkgs/applications/science/misc
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2017-08-09 10:08:14 +0200
committerLancelot SIX <lsix@lancelotsix.com>2017-08-09 10:08:14 +0200
commit38f3153caa17c6f3d0445e5e55696cc041e60e9a (patch)
tree14c49d9474bdfffc54cc35dfd3c3ce13f28f9a41 /pkgs/applications/science/misc
parenta038866c974525ced1853e8668adf4e2711d0599 (diff)
downloadnixlib-38f3153caa17c6f3d0445e5e55696cc041e60e9a.tar
nixlib-38f3153caa17c6f3d0445e5e55696cc041e60e9a.tar.gz
nixlib-38f3153caa17c6f3d0445e5e55696cc041e60e9a.tar.bz2
nixlib-38f3153caa17c6f3d0445e5e55696cc041e60e9a.tar.lz
nixlib-38f3153caa17c6f3d0445e5e55696cc041e60e9a.tar.xz
nixlib-38f3153caa17c6f3d0445e5e55696cc041e60e9a.tar.zst
nixlib-38f3153caa17c6f3d0445e5e55696cc041e60e9a.zip
motu-client: 1.0.8 -> 1.4.0
Diffstat (limited to 'pkgs/applications/science/misc')
-rw-r--r--pkgs/applications/science/misc/motu-client/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/misc/motu-client/default.nix b/pkgs/applications/science/misc/motu-client/default.nix
index b5e9fa6a51ee..0d5c79fde900 100644
--- a/pkgs/applications/science/misc/motu-client/default.nix
+++ b/pkgs/applications/science/misc/motu-client/default.nix
@@ -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; {