me
/
guix
Archived
1
0
Fork 0

gnu: emacs-minions: Update to 0.3.2.

* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 0.3.2.
master
Brett Gilio 2019-12-27 19:28:44 -06:00
parent 421845afaf
commit dd33cff68a
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ process, passing on the arguments as command line arguments.")
(define-public emacs-minions
(package
(name "emacs-minions")
(version "0.3.1")
(version "0.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -504,7 +504,7 @@ process, passing on the arguments as command line arguments.")
(file-name (git-file-name name version))
(sha256
(base32
"0q2y37zfxlbfvgdn70ikg3abp8vljna4ir9nyqlz1awmz5i1c43s"))))
"16rplpbfy3dnvqqgavk9jb1f1ihr5875zlixd4zxb1pqxs3jkgw3"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))