gnu: emacs-stumpwm-mode: Update to 0.0.1-1.8fbe071.
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Update to 0.0.1-1.8fbe071.
This commit is contained in:
parent
48182cff03
commit
534ceb7de1
|
@ -12343,12 +12343,10 @@ bookmarks and history.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-stumpwm-mode
|
(define-public emacs-stumpwm-mode
|
||||||
(let ((commit "8fbe071d2c6c040794060a354eb377218dc10b35")
|
(let ((commit "5328f85fbf6a8b08c758c17b9435368bf7a68f39"))
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-stumpwm-mode")
|
(name "emacs-stumpwm-mode")
|
||||||
(version (string-append "0.0.1-" revision "."
|
(version (git-version "0.0.1" "1" commit))
|
||||||
(string-take commit 7)))
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -12357,7 +12355,7 @@ bookmarks and history.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dfwsvz1c8w6j4jp0kzaz78ml3f5dp0a5pvf090kwpbpg176r7iq"))))
|
"00kf4k8bqadi5s667wb96sn549v2kvw01zwszjrg7nhd805m1ng6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue