summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2018-04-23 10:49:47 +0200
committerLancelot SIX <lsix@lancelotsix.com>2018-04-23 10:50:45 +0200
commit9b5793790eb1b12fe4aa6b2ec259b3b5f9e8ba01 (patch)
treeaa546041be8199803d2d8542c52d173a843f24f8 /pkgs/applications
parentdb071c4d1d987aa2ec26b55c2a1108eba9f59e08 (diff)
downloadnixpkgs-9b5793790eb1b12fe4aa6b2ec259b3b5f9e8ba01.tar
nixpkgs-9b5793790eb1b12fe4aa6b2ec259b3b5f9e8ba01.tar.gz
nixpkgs-9b5793790eb1b12fe4aa6b2ec259b3b5f9e8ba01.tar.bz2
nixpkgs-9b5793790eb1b12fe4aa6b2ec259b3b5f9e8ba01.tar.lz
nixpkgs-9b5793790eb1b12fe4aa6b2ec259b3b5f9e8ba01.tar.xz
nixpkgs-9b5793790eb1b12fe4aa6b2ec259b3b5f9e8ba01.tar.zst
nixpkgs-9b5793790eb1b12fe4aa6b2ec259b3b5f9e8ba01.zip
motuclient: 1.4.00 -> 1.5.00
Diffstat (limited to 'pkgs/applications')
-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 0d5c79fde90..0994bb1ca38 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.4.00";
+  pname = "motu-client";
+  version = "1.5.00";
 
   src = fetchurl {
     url = "https://github.com/quiet-oceans/motuclient-setuptools/archive/${version}.tar.gz";
-    sha256 = "0v0h90mylhaamd1vm4nc64q63vmlafhijm47hs0xfam33y1q2yvb";
+    sha256 = "1iqsws3wa2gpb36ms21xmaxfi83i8p8cdya4cxpn4r47c8mz74x8";
   };
 
   meta = with lib; {