Skip to content

Commit 42db630

Browse files
authored
emacs30: 30.0.91 -> 30.0.92 (#352089)
2 parents e06ffb0 + 1dabfe2 commit 42db630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/editors/emacs/sources.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ in
114114

115115
emacs30 = import ./make-emacs.nix (mkArgs {
116116
pname = "emacs";
117-
version = "30.0.91";
117+
version = "30.0.92";
118118
variant = "mainline";
119-
rev = "30.0.91";
120-
hash = "sha256-X5J34BUY42JgA1s76eVeGA9WNtesU2c+JyndIHFbONQ=";
119+
rev = "30.0.92";
120+
hash = "sha256-V2TXLemSCIPTpg6RDChv4va7pHfVcqSMw/EWqvlRQ1o=";
121121
});
122122

123123
emacs28-macport = import ./make-emacs.nix (mkArgs {

0 commit comments

Comments
 (0)