@@ 163,6 163,7 @@
;;; Copyright @ 2025 Andrew Wong <wongandj@icloud.com>
;;; Copyright @ 2025 Nik Gaffney <nik@fo.am>
;;; Copyright © 2025 Untrusem <mysticmoksh@riseup.net>
+;;; Copyright © 2025 case_lambda <case_lambda@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ 11272,11 11273,11 @@ not hang at all.")
(license license:gpl3+)))
(define-public emacs-elastic-modes
- (let ((commit "ea49bb03b78cb9fd17655990223e3095f137a3ce")
- (revision "1"))
+ (let ((commit "c577e8921a4d9bd77742729707152bc557fae3e2")
+ (revision "2"))
(package
(name "emacs-elastic-modes")
- (version "1.0.0")
+ (version (git-version "1.0.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ 11285,7 11286,7 @@ not hang at all.")
(file-name (git-file-name name version))
(sha256
(base32
- "1dkigkjw4i9nz5rl0dnic16ljdnp5cyz2xic3hc2myqnjlqnc6z6"))))
+ "0r40g7zgz9072x74qbnv8lmql0gajsz2p8b8jckmgyniakmln69v"))))
(build-system emacs-build-system)
(arguments (list #:tests? #false)) ;no tests
(propagated-inputs (list emacs-dash))