about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-05-13 18:27:39 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-05-13 18:27:39 +0200
commitecb522f617484f94cb086a4b82ea78a18d9515d6 (patch)
treea6baa7e530197a4b94c7a47ce79ce24d7543d7e9 /pkgs/development
parentecfc35e9a6025a1117bfe1df55b14d512c5a73f4 (diff)
downloadnixlib-ecb522f617484f94cb086a4b82ea78a18d9515d6.tar
nixlib-ecb522f617484f94cb086a4b82ea78a18d9515d6.tar.gz
nixlib-ecb522f617484f94cb086a4b82ea78a18d9515d6.tar.bz2
nixlib-ecb522f617484f94cb086a4b82ea78a18d9515d6.tar.lz
nixlib-ecb522f617484f94cb086a4b82ea78a18d9515d6.tar.xz
nixlib-ecb522f617484f94cb086a4b82ea78a18d9515d6.tar.zst
nixlib-ecb522f617484f94cb086a4b82ea78a18d9515d6.zip
linbox: 1.6.0 -> 1.6.1
https://trac.sagemath.org/ticket/26932#comment:20:
"In addition, we fixed some minor issues in the linbox-auto-install and the dependency version checking system and therefore release 1.6.1 consequently."
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/linbox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/linbox/default.nix b/pkgs/development/libraries/linbox/default.nix
index 8389ba7e3e0f..64bb81f18d68 100644
--- a/pkgs/development/libraries/linbox/default.nix
+++ b/pkgs/development/libraries/linbox/default.nix
@@ -12,13 +12,13 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "linbox";
-  version = "1.6.0";
+  version = "1.6.1";
 
   src = fetchFromGitHub {
     owner = "linbox-team";
     repo = "${pname}";
     rev = "v${version}";
-    sha256 = "0rmk474hvgkggmhxwa5i52wdnbvipx9n8mpsc41j1c96q4v8fl22";
+    sha256 = "11mgj7pkppvzmhx5g6wfnzisk36z00gqzzq9p14hzh5dbdhk3693";
   };
 
   nativeBuildInputs = [