Skip to content

Commit

Permalink
Merge pull request #108717 from Dyazz/libqalculate
Browse files Browse the repository at this point in the history
libqalculate: 3.14.0 -> 3.16.0
  • Loading branch information
gebner committed Jan 8, 2021
2 parents d347164 + 8cdefb6 commit 5000e57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/qalculate-gtk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "qalculate-gtk";
version = "3.15.0";
version = "3.16.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${version}";
sha256 = "1w0r9vv1h3zbfdvk8965g5plfkz5clf81riil5b394ms9vsw0bx5";
sha256 = "1vqzrh5zxwfvih6c3lak0wkkw6bajl88xzl1zk84gxsk9wdymrk4";
};

hardeningDisable = [ "format" ];
Expand Down
5 changes: 3 additions & 2 deletions pkgs/development/libraries/libqalculate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@

stdenv.mkDerivation rec {
pname = "libqalculate";
version = "3.14.0";
version = "3.16.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${version}";
sha256 = "1j4sr9s7152xmci677pnz64spv8s3ia26fbp5cqx8ydv7swlivh2";
sha256 = "0nrf03q3qrsvxf6kjpv69l49yfal79834a3jv75mzi6y674ach9g";
};

outputs = [ "out" "dev" "doc" ];

nativeBuildInputs = [ intltool pkgconfig autoreconfHook doxygen ];
buildInputs = [ curl gettext libiconv readline ];
configureFlags = ["--with-readline=${readline.dev}"];
propagatedBuildInputs = [ libxml2 mpfr icu ];
enableParallelBuilding = true;

Expand Down

0 comments on commit 5000e57

Please sign in to comment.