summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2022-03-13 13:19:31 +0100
committerGitHub <noreply@github.com>2022-03-13 13:19:31 +0100
commit8d0f7b0cdad909b3d7d4904909a0361e4673026c (patch)
tree0cce840910d022a5eb7e32130be7008ea41d1d29 /pkgs/development/libraries
parente7eaee7da81d8b41dd231981b6d58059723e7696 (diff)
parentaeb5eeff087d2294f20db4cae4e612f984c29425 (diff)
downloadnixpkgs-8d0f7b0cdad909b3d7d4904909a0361e4673026c.tar
nixpkgs-8d0f7b0cdad909b3d7d4904909a0361e4673026c.tar.gz
nixpkgs-8d0f7b0cdad909b3d7d4904909a0361e4673026c.tar.bz2
nixpkgs-8d0f7b0cdad909b3d7d4904909a0361e4673026c.tar.lz
nixpkgs-8d0f7b0cdad909b3d7d4904909a0361e4673026c.tar.xz
nixpkgs-8d0f7b0cdad909b3d7d4904909a0361e4673026c.tar.zst
nixpkgs-8d0f7b0cdad909b3d7d4904909a0361e4673026c.zip
Merge pull request #163987 from r-ryantm/auto-update/elpa
elpa: 2021.11.001 -> 2021.11.002
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/elpa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/elpa/default.nix b/pkgs/development/libraries/elpa/default.nix
index 76152996a1d..2a71b82af3c 100644
--- a/pkgs/development/libraries/elpa/default.nix
+++ b/pkgs/development/libraries/elpa/default.nix
@@ -18,13 +18,13 @@ assert blas.isILP64 == scalapack.isILP64;
 
 stdenv.mkDerivation rec {
   pname = "elpa";
-  version = "2021.11.001";
+  version = "2021.11.002";
 
   passthru = { inherit (blas) isILP64; };
 
   src = fetchurl {
     url = "https://elpa.mpcdf.mpg.de/software/tarball-archive/Releases/${version}/elpa-${version}.tar.gz";
-    sha256 = "0bw0nwzwvjfmijfwznmrghypd3q237a3h5g5fcdncilrqnk1sdpv";
+    sha256 = "sha256-V28cru14g7gTlmQP2g9QQYOGbPbL1Lxx0Tg7oiCPH5c=";
   };
 
   patches = [