aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libgumath
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2020-09-12 01:21:45 +0100
committerJon <jonringer@users.noreply.github.com>2020-09-20 08:58:56 -0700
commiteb86bff30d874d7d65a7f7342dc81b70815a25df (patch)
tree4add867cb0f7e7e1c15aa1ed856ea3a15eeae1e9 /pkgs/development/libraries/libgumath
parentdcd6847ddb75553129e666ee6f3f9763d1d18b4d (diff)
libgumath, pythonPackages.gumath: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing includes fixes of python package for darwin
Diffstat (limited to 'pkgs/development/libraries/libgumath')
-rw-r--r--pkgs/development/libraries/libgumath/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/libgumath/default.nix b/pkgs/development/libraries/libgumath/default.nix
index 27a10507a58d..55e89d876649 100644
--- a/pkgs/development/libraries/libgumath/default.nix
+++ b/pkgs/development/libraries/libgumath/default.nix
@@ -6,13 +6,13 @@
stdenv.mkDerivation {
pname = "libgumath";
- version = "unstable-2018-11-27";
+ version = "unstable-2019-08-01";
src = fetchFromGitHub {
- owner = "plures";
+ owner = "xnd-project";
repo = "gumath";
- rev = "5a9d27883b40432246d6a93cd6133157267fd166";
- sha256 = "0w2qzp7anxd1wzkvv5r2pdkkpgrnqzgrq47lrvpqc1i1wqzcwf0w";
+ rev = "360ed454105ac5615a7cb7d216ad25bc4181b876";
+ sha256 = "1wprkxpmjrk369fpw8rbq51r7jvqkcndqs209y7p560cnagmsxc6";
};
buildInputs = [ libndtypes libxnd ];