summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/27.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-04-04 12:17:21 -0400
committerPeter Hoeg <peter@hoeg.com>2021-04-06 09:52:24 +0800
commit7d10c949fa3cb4d9f44e6a8017b89f55bf58f07d (patch)
treee605e1f6e96a22fc5eb766a3b11d78983f40257f /pkgs/applications/editors/emacs/27.nix
parent239d8e251763b666e6c9d54162b0ac1341ab8533 (diff)
downloadnixpkgs-7d10c949fa3cb4d9f44e6a8017b89f55bf58f07d.tar
nixpkgs-7d10c949fa3cb4d9f44e6a8017b89f55bf58f07d.tar.gz
nixpkgs-7d10c949fa3cb4d9f44e6a8017b89f55bf58f07d.tar.bz2
nixpkgs-7d10c949fa3cb4d9f44e6a8017b89f55bf58f07d.tar.lz
nixpkgs-7d10c949fa3cb4d9f44e6a8017b89f55bf58f07d.tar.xz
nixpkgs-7d10c949fa3cb4d9f44e6a8017b89f55bf58f07d.tar.zst
nixpkgs-7d10c949fa3cb4d9f44e6a8017b89f55bf58f07d.zip
emacs: 27.1 -> 27.2
Diffstat (limited to 'pkgs/applications/editors/emacs/27.nix')
-rw-r--r--pkgs/applications/editors/emacs/27.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs/27.nix b/pkgs/applications/editors/emacs/27.nix
index 8bc65bad8b5..b629c2d2120 100644
--- a/pkgs/applications/editors/emacs/27.nix
+++ b/pkgs/applications/editors/emacs/27.nix
@@ -1,6 +1,6 @@
 import ./generic.nix (rec {
-  version = "27.1";
-  sha256 = "0h9f2wpmp6rb5rfwvqwv1ia1nw86h74p7hnz3vb3gjazj67i4k2a";
+  version = "27.2";
+  sha256 = "sha256-tKfMTnjmPzeGJOCRkhW5EK9bsqCvyBn60pgnLp9Awbk=";
   patches = [
     ./tramp-detect-wrapped-gvfsd.patch
   ];