mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 19:23:50 +00:00
pspp: update from 0.8.2 to 0.8.3
This commit is contained in:
parent
e1c72b6bd3
commit
96aa27c772
@ -3,11 +3,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pspp-0.8.2";
|
||||
name = "pspp-0.8.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/pspp/${name}.tar.gz";
|
||||
sha256 = "1w7h3dglgx0jlq1wb605b8pgfsk2vr1q2q2rj7bsajh9ihbcsixr";
|
||||
sha256 = "0vri2pzvmm38qaihfvwlry30f40lcnps4blg59ixic4q20ldxf5d";
|
||||
};
|
||||
|
||||
buildInputs = [ libxml2 readline zlib perl cairo gtk gsl pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user