Unverified Commit 96d481a0 authored by Michal Atlas's avatar Michal Atlas
Browse files

sbclPackages.fset: 20200925 -> 1.4.0

parent 048001f3
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -893,6 +893,26 @@ let
    };
  });

  fset = super.fset.overrideLispAttrs (old: rec {
    version = "1.4.0";
    src = pkgs.fetchFromGitHub {
      owner = "slburson";
      repo = "fset";
      rev = "v${version}";
      hash = "sha256-alO8Ek5Xpyl5N99/LgyIZ50aoRbY7bKh3XBntFV6Q5k=";
    };
    lispLibs = with super; [
      self.misc-extensions
      mt19937
      named-readtables
    ];
    meta = {
      description = "functional collections library";
      homepage = "https://gitlab.common-lisp.net/fset/fset/-/wikis/home";
      license = pkgs.lib.licenses.llgpl21;
    };
  });

  });

in packages