summary refs log tree commit diff
path: root/pkgs/development/libraries/libqalculate
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-29 15:56:18 -0700
committerGabriel Ebner <gebner@gebner.org>2018-03-31 17:42:47 +0200
commit3051ddd49de6c029253e5501066aa90275c29407 (patch)
treed156729079b9fc64bf871528fdf600be46c6816d /pkgs/development/libraries/libqalculate
parentbaeb3db5fddf8302f5e51e4b4a77cc829e5d5134 (diff)
downloadnixpkgs-3051ddd49de6c029253e5501066aa90275c29407.tar
nixpkgs-3051ddd49de6c029253e5501066aa90275c29407.tar.gz
nixpkgs-3051ddd49de6c029253e5501066aa90275c29407.tar.bz2
nixpkgs-3051ddd49de6c029253e5501066aa90275c29407.tar.lz
nixpkgs-3051ddd49de6c029253e5501066aa90275c29407.tar.xz
nixpkgs-3051ddd49de6c029253e5501066aa90275c29407.tar.zst
nixpkgs-3051ddd49de6c029253e5501066aa90275c29407.zip
libqalculate: 2.2.1 -> 2.3.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/libqalculate/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc -h` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc --help` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc help` got 0 exit code
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc -v` and found version 2.3.0
- ran `/nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0/bin/qalc --version` and found version 2.3.0
- found 2.3.0 with grep in /nix/store/llqc0hh85xfdxqzkwzxqxhjjjck4vbh7-libqalculate-2.3.0
- directory tree listing: https://gist.github.com/6f930e6da5dc3ef9c09229cc76f36a31
Diffstat (limited to 'pkgs/development/libraries/libqalculate')
-rw-r--r--pkgs/development/libraries/libqalculate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libqalculate/default.nix b/pkgs/development/libraries/libqalculate/default.nix
index cdc2a657002..1b15769465e 100644
--- a/pkgs/development/libraries/libqalculate/default.nix
+++ b/pkgs/development/libraries/libqalculate/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "libqalculate-${version}";
-  version = "2.2.1";
+  version = "2.3.0";
 
   src = fetchurl {
     url = "https://github.com/Qalculate/libqalculate/archive/v${version}.tar.gz";
-    sha256 = "0bam1xvw4n5sm3g4kmggz2aha34xaw64kw15wl2lbkd2yzdjdm4l";
+    sha256 = "1wrd9ajf00h1ja56r25vljjsgklg0qlzmziax7x26wjqkigc28iq";
   };
 
   outputs = [ "out" "dev" "doc" ];