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:
Nicolas Goaziou 2021-05-29 16:05:28 +02:00
parent 997573fcce
commit 368887faa4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -4869,18 +4869,15 @@ completing keywords and smart indentation.")
(license license:gpl3+))))
(define-public emacs-roguel-ike
;; Tagged branch is outdated.
(let ((revision "0")
(commit "706dcb0687e8016d7d776f9d9e5ace9fdbbca43c"))
(package
(name "emacs-roguel-ike")
(version (git-version "0.1.0" revision commit))
(version "0.1.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/stevenremot/roguel-ike")
(commit commit)))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
@ -4902,7 +4899,7 @@ completing keywords and smart indentation.")
Emacs. The complete game would allow the player to create various characters
and to make them fulfill challenges like arena fight and short dungeon
explorations.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-rspec
(let ((commit "66ea7cc9699d6edc6115daa024818adbd85efc20")