[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/63: gnu: emacs-roguel-ike: Update to 0.1.1.
From: |
guix-commits |
Subject: |
52/63: gnu: emacs-roguel-ike: Update to 0.1.1. |
Date: |
Sat, 29 May 2021 10:17:54 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 368887faa465f7460af5c46585fb44cb29f1c0f8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 16:05:28 2021 +0200
gnu: emacs-roguel-ike: Update to 0.1.1.
* gnu/packages/emacs-xyz.scm (emacs-roguel-ike): Update to 0.1.1.
---
gnu/packages/emacs-xyz.scm | 59 ++++++++++++++++++++++------------------------
1 file changed, 28 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 442ef63..d1eaf22 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4869,40 +4869,37 @@ 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))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/stevenremot/roguel-ike")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-popup" ,emacs-popup)))
- (arguments
- `(#:include (cons* "^roguel-ike/" "^roguel-ike-lib/" %default-include)
- #:phases
- (modify-phases %standard-phases
- (add-before 'check 'set-test-environment
- (lambda _
- (setenv "HOME" "/tmp")
- #t)))))
- (home-page "https://github.com/stevenremot/roguel-ike.git")
- (synopsis "Coffee-break roguelike for Emacs")
- (description
- "Roguel-ike is an attempt to develop a coffee-break roguelike for
+ (package
+ (name "emacs-roguel-ike")
+ (version "0.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/stevenremot/roguel-ike")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-popup" ,emacs-popup)))
+ (arguments
+ `(#:include (cons* "^roguel-ike/" "^roguel-ike-lib/" %default-include)
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'set-test-environment
+ (lambda _
+ (setenv "HOME" "/tmp")
+ #t)))))
+ (home-page "https://github.com/stevenremot/roguel-ike.git")
+ (synopsis "Coffee-break roguelike for Emacs")
+ (description
+ "Roguel-ike is an attempt to develop a coffee-break roguelike for
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")
- 47/63: gnu: emacs-puppet-mode: Update to 0.4., (continued)
- 47/63: gnu: emacs-puppet-mode: Update to 0.4., guix-commits, 2021/05/29
- 50/63: gnu: emacs-rainbow-delimiters: Update to 2.1.5., guix-commits, 2021/05/29
- 54/63: gnu: emacs-solaire-mode: Update to 1.1.5., guix-commits, 2021/05/29
- 56/63: gnu: emacs-tide: Update to 4.2.3., guix-commits, 2021/05/29
- 57/63: gnu: emacs-visual-fill-column: Update to 2.4., guix-commits, 2021/05/29
- 58/63: gnu: emacs-wc-mode: Update to 1.4.1., guix-commits, 2021/05/29
- 41/63: gnu: emacs-package-lint: Update to 0.15., guix-commits, 2021/05/29
- 46/63: gnu: emacs-pubmed: Update to 0.5., guix-commits, 2021/05/29
- 48/63: gnu: emacs-pyim: Update to 3.7.9., guix-commits, 2021/05/29
- 49/63: gnu: emacs-python-black: Update to 1.1.0., guix-commits, 2021/05/29
- 52/63: gnu: emacs-roguel-ike: Update to 0.1.1.,
guix-commits <=
- 53/63: gnu: emacs-simple-modeline: Update to 1.4., guix-commits, 2021/05/29
- 55/63: gnu: emacs-templatel: Update to 0.1.6., guix-commits, 2021/05/29
- 59/63: gnu: emacs-webpaste: Update to 3.2.1., guix-commits, 2021/05/29
- 60/63: gnu: emacs-window-purpose: Update to 1.8., guix-commits, 2021/05/29
- 61/63: gnu: emacs-with-editor: Update to 3.0.4., guix-commits, 2021/05/29
- 63/63: gnu: emacs-writegood-mode: Update to 2.0.4., guix-commits, 2021/05/29
- 62/63: gnu: emacs-with-simulated-input: Update to 3.0., guix-commits, 2021/05/29