mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-qt-pro-mode: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-qt-pro-mode): Update to 1.0.1. Change-Id: I7f204eb69dbf86c76f12e40a9f2415b598069d0c
This commit is contained in:
parent
bbe732e59b
commit
eb32bce527
1 changed files with 21 additions and 23 deletions
|
@ -14499,20 +14499,18 @@ builtin JavaScript mode.")
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public emacs-qt-pro-mode
|
||||
(let ((commit "7a2da323de834294b413cbbb3c92f42f54913643")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-qt-pro-mode")
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacsorphanage/qt-pro-mode")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07054hzl7gd0wfibcqvij2wx9zji330gsryn53qad9gyalvlavpa"))))
|
||||
(base32 "1xprnq3y74hfm931a80wcj35faafzqc59j3vavx95wzv4z4yfgdm"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #t
|
||||
|
@ -14521,7 +14519,7 @@ builtin JavaScript mode.")
|
|||
(synopsis "Emacs major mode for Qt build-system files")
|
||||
(description
|
||||
"This package provides a major mode for editing Qt build-system files.")
|
||||
(license license:gpl2+))))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public emacs-queue
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue