summary refs log tree commit diff
path: root/pkgs/development/libraries/arb
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 08:17:13 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 08:17:13 -0800
commit4e6049bf8e3078a6af35e3b6f0907c59837f1839 (patch)
tree9b04e1040307370e27bad0f2425dcdea2df5ab4b /pkgs/development/libraries/arb
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixpkgs-4e6049bf8e3078a6af35e3b6f0907c59837f1839.tar
nixpkgs-4e6049bf8e3078a6af35e3b6f0907c59837f1839.tar.gz
nixpkgs-4e6049bf8e3078a6af35e3b6f0907c59837f1839.tar.bz2
nixpkgs-4e6049bf8e3078a6af35e3b6f0907c59837f1839.tar.lz
nixpkgs-4e6049bf8e3078a6af35e3b6f0907c59837f1839.tar.xz
nixpkgs-4e6049bf8e3078a6af35e3b6f0907c59837f1839.tar.zst
nixpkgs-4e6049bf8e3078a6af35e3b6f0907c59837f1839.zip
arb: 2.15.1 -> 2.16.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/arb/versions
Diffstat (limited to 'pkgs/development/libraries/arb')
-rw-r--r--pkgs/development/libraries/arb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/arb/default.nix b/pkgs/development/libraries/arb/default.nix
index f94e0a3ee78..4c34e40586f 100644
--- a/pkgs/development/libraries/arb/default.nix
+++ b/pkgs/development/libraries/arb/default.nix
@@ -2,12 +2,12 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "arb";
-  version = "2.15.1";
+  version = "2.16.0";
   src = fetchFromGitHub {
     owner = "fredrik-johansson";
     repo = "${pname}";
     rev = "${version}";
-    sha256 = "148mn31xy4wgja2cainn2yaw1bjrppf1dxw2ngnvp7x5j7fms1am";
+    sha256 = "0478671wfwy3gl26sbxh1jq1ih36z4k72waa8y2y2lvn649gb7cd";
   };
   buildInputs = [mpir gmp mpfr flint];
   configureFlags = [