mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: emacs-el-patch: Update to 3.1.1.
* gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 3.1.1. Change-Id: Id99a010fc06b3f1815ec3b25c7489241fe6e5dca
This commit is contained in:
parent
149e93aea3
commit
6276cb44be
1 changed files with 2 additions and 2 deletions
|
|
@ -37541,7 +37541,7 @@ user interfaces for various built-in modes.")
|
|||
(define-public emacs-el-patch
|
||||
(package
|
||||
(name "emacs-el-patch")
|
||||
(version "3.1")
|
||||
(version "3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -37550,7 +37550,7 @@ user interfaces for various built-in modes.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0x2x3ci5i428wgagbwjh9qp2zlflkzlrkbpi6qa4fv7dq3vgkrv2"))))
|
||||
(base32 "0s8bh7cjdr0gg5jqbrf44abrxzfh7vkjyz02w2dc9hpdjkm75zg5"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(home-page "https://github.com/raxod502/el-patch")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue