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:
Nicolas Goaziou 2024-10-12 11:42:56 +02:00
parent bbe732e59b
commit eb32bce527
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14499,29 +14499,27 @@ 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))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacsorphanage/qt-pro-mode")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "07054hzl7gd0wfibcqvij2wx9zji330gsryn53qad9gyalvlavpa"))))
(build-system emacs-build-system)
(arguments
(list #:tests? #t
#:test-command #~(list "make" "test")))
(home-page "https://github.com/emacsorphanage/qt-pro-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+))))
(package
(name "emacs-qt-pro-mode")
(version "1.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacsorphanage/qt-pro-mode")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1xprnq3y74hfm931a80wcj35faafzqc59j3vavx95wzv4z4yfgdm"))))
(build-system emacs-build-system)
(arguments
(list #:tests? #t
#:test-command #~(list "make" "test")))
(home-page "https://github.com/emacsorphanage/qt-pro-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+)))
(define-public emacs-queue
(package