about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-22 10:14:36 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-22 10:14:36 -0700
commitd93659ffa084705ed1e0ffe24215b16d1bc65711 (patch)
tree1f984559d6895f7c958c966daa94b237c1a6575b /pkgs/applications/science/math
parente36c7e61c39bb78ab6bf0b0894ed418af4ab5f03 (diff)
downloadnixlib-d93659ffa084705ed1e0ffe24215b16d1bc65711.tar
nixlib-d93659ffa084705ed1e0ffe24215b16d1bc65711.tar.gz
nixlib-d93659ffa084705ed1e0ffe24215b16d1bc65711.tar.bz2
nixlib-d93659ffa084705ed1e0ffe24215b16d1bc65711.tar.lz
nixlib-d93659ffa084705ed1e0ffe24215b16d1bc65711.tar.xz
nixlib-d93659ffa084705ed1e0ffe24215b16d1bc65711.tar.zst
nixlib-d93659ffa084705ed1e0ffe24215b16d1bc65711.zip
nauty: 26r11 -> 26r12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nauty/versions
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index 4efe8da19180..986610eea60d 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -4,10 +4,10 @@
 }:
 stdenv.mkDerivation rec {
   pname = "nauty";
-  version = "26r11";
+  version = "26r12";
   src = fetchurl {
     url = "http://pallini.di.uniroma1.it/nauty${version}.tar.gz";
-    sha256 = "05z6mk7c31j70md83396cdjmvzzip1hqb88pfszzc6k4gy8h3m2y";
+    sha256 = "1p4mxf8q5wm47nxyskxbqwa5p1vvkycv1zgswvnk9nsn6vff0al6";
   };
   outputs = [ "out" "dev" ];
   configureFlags = {