From 5b5742c3f08a22a3f5fc959290bb06971e59ba2d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 16 Jun 2020 19:46:50 +0800 Subject: [PATCH] wfvm: upgrade Anaconda The previous version craps out when installing sipyco from a channel (but not from a file, go figure.) --- artiq-fast/wfvm/layers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq-fast/wfvm/layers/default.nix b/artiq-fast/wfvm/layers/default.nix index a9be89c..8f7a16a 100644 --- a/artiq-fast/wfvm/layers/default.nix +++ b/artiq-fast/wfvm/layers/default.nix @@ -5,8 +5,8 @@ script = let Anaconda3 = pkgs.fetchurl { name = "Anaconda3.exe"; - url = "https://repo.anaconda.com/archive/Anaconda3-2019.03-Windows-x86_64.exe"; - sha256 = "1f9icm5rwab6l1f23a70dw0qixzrl62wbglimip82h4zhxlh3jfj"; + url = "https://repo.anaconda.com/archive/Anaconda3-2020.02-Windows-x86_64.exe"; + sha256 = "0n31l8l89jrjrbzbifxbjnr3g320ly9i4zfyqbf3l9blf4ygbhl3"; }; in '' ln -s ${Anaconda3} ./Anaconda3.exe