[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: rinutils: Update to 0.10.1.
From: |
guix-commits |
Subject: |
09/10: gnu: rinutils: Update to 0.10.1. |
Date: |
Wed, 25 May 2022 21:29:59 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit afa96117d063bed29f06494b3d600eb5fe70d58b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:02 2022 +0200
gnu: rinutils: Update to 0.10.1.
* gnu/packages/games.scm (rinutils): Update to 0.10.1.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8dfca4f8eb..703ad5a2a2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7589,7 +7589,7 @@ original.")
(define-public rinutils
(package
(name "rinutils")
- (version "0.10.0")
+ (version "0.10.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7598,7 +7598,7 @@ original.")
(file-name (git-file-name name version))
(sha256
(base32
- "05h9sq3w900mx8xij7qgqgqcbdk1x5gvbpz7prw2pfbzrrbiq2ns"))))
+ "0r90kncf6mvyklifpdsnm50iya7w2951nz35nlgndmqnr82gvdwf"))))
(build-system cmake-build-system)
(arguments
(list #:phases
- branch master updated (0504acace7 -> d62474af1b), guix-commits, 2022/05/25
- 02/10: gnu: emacs-rec-mode: Remove input labels., guix-commits, 2022/05/25
- 01/10: gnu: emacs-rec-mode: Update to 1.8.3., guix-commits, 2022/05/25
- 05/10: gnu: emacs-djvu: Update to 1.1.2., guix-commits, 2022/05/25
- 04/10: gnu: emacs-org: Update to 9.5.3., guix-commits, 2022/05/25
- 07/10: gnu: libngspice: Update to 37., guix-commits, 2022/05/25
- 08/10: gnu: openttd: Update to 12.2., guix-commits, 2022/05/25
- 10/10: gnu: fortune-mod: Update to 3.14.0., guix-commits, 2022/05/25
- 03/10: gnu: emacs-beginend: Update to 2.3.0., guix-commits, 2022/05/25
- 06/10: gnu: emacs-org-roam-bibtex: Update hash., guix-commits, 2022/05/25
- 09/10: gnu: rinutils: Update to 0.10.1.,
guix-commits <=