Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c7def568de9f
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20183371f50e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 25, 2018

  1. motuclient: 1.4.00 -> 1.5.00

    (cherry picked from commit 9b57937)
    Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
    lsix committed Apr 25, 2018
    Copy the full SHA
    2018337 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/science/misc/motu-client/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/science/misc/motu-client/default.nix
Original file line number Diff line number Diff line change
@@ -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; {