summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-12-13 21:47:50 +0100
committerGitHub <noreply@github.com>2019-12-13 21:47:50 +0100
commitce013bb4304c6d94b2392997f77248c32bffce49 (patch)
tree71be38a659077e503f33f695c459688c6f3f71bf /pkgs/development/libraries
parent6005fb02fcb9b9f1be2dad681057ad592f31fd8b (diff)
parent135081a53821ff49f5dc93b24dba585dd867a78a (diff)
downloadnixpkgs-ce013bb4304c6d94b2392997f77248c32bffce49.tar
nixpkgs-ce013bb4304c6d94b2392997f77248c32bffce49.tar.gz
nixpkgs-ce013bb4304c6d94b2392997f77248c32bffce49.tar.bz2
nixpkgs-ce013bb4304c6d94b2392997f77248c32bffce49.tar.lz
nixpkgs-ce013bb4304c6d94b2392997f77248c32bffce49.tar.xz
nixpkgs-ce013bb4304c6d94b2392997f77248c32bffce49.tar.zst
nixpkgs-ce013bb4304c6d94b2392997f77248c32bffce49.zip
Merge pull request #75613 from timokau/brial-1.2.6
 brial: 1.2.5 -> 1.2.6, pybrial: use brial src
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/science/math/brial/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/math/brial/default.nix b/pkgs/development/libraries/science/math/brial/default.nix
index f08f6425655..56a78b00cd6 100644
--- a/pkgs/development/libraries/science/math/brial/default.nix
+++ b/pkgs/development/libraries/science/math/brial/default.nix
@@ -8,14 +8,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "1.2.5";
+  version = "1.2.6";
   pname = "brial";
 
   src = fetchFromGitHub {
     owner = "BRiAl";
     repo = "BRiAl";
     rev = version;
-    sha256 = "1nv56fp3brpzanxj7vwvxqdafqfsfhdgq5imr3m94psw5gdfqwja";
+    sha256 = "1mc1zjr3mxcx6bg0js5k9jx65japg7644b0aj1al75m4nwh2ygab";
   };
 
   # FIXME package boost-test and enable checks