about summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 18:48:17 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 18:48:17 -0700
commitb9137d6bce397e6b6f88367abdc60705409fd670 (patch)
tree0ced4648369bbf087f1bf84897f61b4e657a10df /pkgs/development/libraries/science/math
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-b9137d6bce397e6b6f88367abdc60705409fd670.tar
nixlib-b9137d6bce397e6b6f88367abdc60705409fd670.tar.gz
nixlib-b9137d6bce397e6b6f88367abdc60705409fd670.tar.bz2
nixlib-b9137d6bce397e6b6f88367abdc60705409fd670.tar.lz
nixlib-b9137d6bce397e6b6f88367abdc60705409fd670.tar.xz
nixlib-b9137d6bce397e6b6f88367abdc60705409fd670.tar.zst
nixlib-b9137d6bce397e6b6f88367abdc60705409fd670.zip
openlibm: 0.5.5 -> 0.6.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openlibm/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.6.0 with grep in /nix/store/crnh2jiksr0b3sq5v6fc9x7zrrsjgirg-openlibm-0.6.0
- directory tree listing: https://gist.github.com/c287196625881e2d6c72af761704718e
- du listing: https://gist.github.com/ac9a45900fb2ba4ff48120c343677dec
Diffstat (limited to 'pkgs/development/libraries/science/math')
-rw-r--r--pkgs/development/libraries/science/math/openlibm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/math/openlibm/default.nix b/pkgs/development/libraries/science/math/openlibm/default.nix
index 195b90c86e1a..3e8524b40140 100644
--- a/pkgs/development/libraries/science/math/openlibm/default.nix
+++ b/pkgs/development/libraries/science/math/openlibm/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "openlibm-${version}";
-  version = "0.5.5";
+  version = "0.6.0";
   src = fetchurl {
     url = "https://github.com/JuliaLang/openlibm/archive/v${version}.tar.gz";
-    sha256 = "1z8cj5q8ca8kmrakwkpjxf8svi81waw0c568cx8v8pv9kvswbp07";
+    sha256 = "0a5fpm8nra5ldhjk0cqd2rx1qh32wiarkxmcqcm5xl8z7l4kjm6l";
   };
 
   makeFlags = [ "prefix=$(out)" ];