gnu: emacs-roguel-ike: Update to 0.1.1.
* gnu/packages/emacs-xyz.scm (emacs-roguel-ike): Update to 0.1.1.
This commit is contained in:
parent
997573fcce
commit
368887faa4
@ -4869,18 +4869,15 @@ completing keywords and smart indentation.")
|
|||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-roguel-ike
|
(define-public emacs-roguel-ike
|
||||||
;; Tagged branch is outdated.
|
|
||||||
(let ((revision "0")
|
|
||||||
(commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-roguel-ike")
|
(name "emacs-roguel-ike")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version "0.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/stevenremot/roguel-ike")
|
(url "https://github.com/stevenremot/roguel-ike")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
|
(base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
|
||||||
@ -4902,7 +4899,7 @@ completing keywords and smart indentation.")
|
|||||||
Emacs. The complete game would allow the player to create various characters
|
Emacs. The complete game would allow the player to create various characters
|
||||||
and to make them fulfill challenges like arena fight and short dungeon
|
and to make them fulfill challenges like arena fight and short dungeon
|
||||||
explorations.")
|
explorations.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-rspec
|
(define-public emacs-rspec
|
||||||
(let ((commit "66ea7cc9699d6edc6115daa024818adbd85efc20")
|
(let ((commit "66ea7cc9699d6edc6115daa024818adbd85efc20")
|
||||||
|
Loading…
Reference in New Issue
Block a user