about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-17 13:08:03 -0700
committerTimo Kaufmann <timokau@zoho.com>2019-06-17 22:08:03 +0200
commita7d85f5ae15c4e68f544648c8f275ace39b24547 (patch)
treee93f007db2b7a58ca8fcaba90a4a9384db55820e /pkgs
parent97b78363e35b1c91279a11ddceb6656083e9ee12 (diff)
linbox: 1.6.2 -> 1.6.3 (#63288)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/linbox/versions
Diffstat (limited to 'pkgs')
-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 500015f61c633..9af0c20d70147 100644
--- a/pkgs/development/libraries/linbox/default.nix
+++ b/pkgs/development/libraries/linbox/default.nix
@@ -11,14 +11,14 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "linbox";
-  version = "1.6.2";
+  version = "1.6.3";
 
 
   src = fetchFromGitHub {
     owner = "linbox-team";
     repo = "${pname}";
     rev = "v${version}";
-    sha256 = "038br15hhc8dc1hq0pkv6vb1qx9hjr7hjv3w9fq9qwkd870h2v1q";
+    sha256 = "10j6dspbsq7d2l4q3y0c1l1xwmaqqba2fxg59q5bhgk9h5d7q571";
   };
 
   nativeBuildInputs = [