mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Updating atlas
svn path=/nixpkgs/trunk/; revision=14957
This commit is contained in:
parent
9f2a2a6a84
commit
645279d544
@ -1,10 +1,10 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "atlas-3.8.2";
|
||||
name = "atlas-3.9.9";
|
||||
src = fetchurl {
|
||||
url = http://kent.dl.sourceforge.net/sourceforge/math-atlas/atlas3.8.2.tar.bz2;
|
||||
sha256 = "1avbfppzgiws3nvqr7isr5a5pfbk3g4gfgd89xhyiywixjj3f7c6";
|
||||
url = http://kent.dl.sourceforge.net/sourceforge/math-atlas/atlas3.9.9.tar.bz2;
|
||||
sha256 = "0apbiqr0hlb38mrnlij0szsraxvxqfqainmp59xqj94pndx5s3yk";
|
||||
};
|
||||
|
||||
# configure outside of the source directory
|
||||
|
Loading…
Reference in New Issue
Block a user