summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-04 23:04:11 +0200
committerPeter Simons <simons@cryp.to>2014-10-06 11:21:39 +0200
commit8ee5bd585f845f3ebe438d6b1b1234dc0b6f65c8 (patch)
treece8e3b843adfdba457b7e68b679e35700bd542e7 /pkgs/applications/science/math
parent48b1e3d72b373a099a640fca95f7d04209d3b14d (diff)
downloadnixpkgs-8ee5bd585f845f3ebe438d6b1b1234dc0b6f65c8.tar
nixpkgs-8ee5bd585f845f3ebe438d6b1b1234dc0b6f65c8.tar.gz
nixpkgs-8ee5bd585f845f3ebe438d6b1b1234dc0b6f65c8.tar.bz2
nixpkgs-8ee5bd585f845f3ebe438d6b1b1234dc0b6f65c8.tar.lz
nixpkgs-8ee5bd585f845f3ebe438d6b1b1234dc0b6f65c8.tar.xz
nixpkgs-8ee5bd585f845f3ebe438d6b1b1234dc0b6f65c8.tar.zst
nixpkgs-8ee5bd585f845f3ebe438d6b1b1234dc0b6f65c8.zip
haskell-sloane: update to version 1.9.3
This version supports the latest optparse-applicative.
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/sloane/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/sloane/default.nix b/pkgs/applications/science/math/sloane/default.nix
index b3bde7874ca..644ec3be569 100644
--- a/pkgs/applications/science/math/sloane/default.nix
+++ b/pkgs/applications/science/math/sloane/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "sloane";
-  version = "1.9.1";
-  sha256 = "0scnvir7il8ldy3g846xmrdkk2rxnlsiyqak0jvcarf2qi251x5i";
+  version = "1.9.3";
+  sha256 = "0xl3dmi6czwfbi17742hqxf3d6sl9dci08qszrkdmasnvivakg78";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [
@@ -23,6 +23,6 @@ cabal.mkDerivation (self: {
     description = "A command line interface to Sloane's On-Line Encyclopedia of Integer Sequences";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
-    maintainers = [ self.stdenv.lib.maintainers.akc ];
+    maintainers = with self.stdenv.lib.maintainers; [ akc ];
   };
 })