Skip to content

Commit

Permalink
fplll: 5.3.1 -> 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 21, 2020
1 parent 4311cfa commit 17eb447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/fplll/default.nix
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "fplll";
version = "5.3.1";
version = "5.3.2";

src = fetchFromGitHub {
owner = "fplll";
repo = "fplll";
rev = version;
sha256 = "1bzlqavbch5smra75znh4ljr490wyx5v6hax8r9rjbgk605i33ns";
sha256 = "00iyz218ywspizjiimrjdcqvdqmrsb2367zyy3vkmypnf9i9l680";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 17eb447

Please sign in to comment.