mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: emacs-outli: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-outli): Update to 0.3.0. Change-Id: I4f086dc09b11288c3781f55784f8e02d96dc997c
This commit is contained in:
parent
017d9acffe
commit
e32fa35054
1 changed files with 2 additions and 2 deletions
|
|
@ -27113,7 +27113,7 @@ text-mode (i.e. Org-mode).")
|
|||
(define-public emacs-outli
|
||||
(package
|
||||
(name "emacs-outli")
|
||||
(version "0.2.3")
|
||||
(version "0.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -27122,7 +27122,7 @@ text-mode (i.e. Org-mode).")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"01q37gbfc0mal3ha2x5a1axdcd2c0d55imav4w0cfzs3sm48azvs"))))
|
||||
"1is10arx057278vyfkpcl3pkxps1i6f7rf79pdx0crs7gj1m80km"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(home-page "https://github.com/jdtsmith/outli")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue