[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: nmrpflash: Update to 0.9.21.
From: |
guix-commits |
Subject: |
01/13: gnu: nmrpflash: Update to 0.9.21. |
Date: |
Wed, 27 Sep 2023 18:47:00 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 674355c39988e3de1398b6df2feaba3cfe670362
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200
gnu: nmrpflash: Update to 0.9.21.
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.21.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ae5c6943cc..2fa64207b0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5042,7 +5042,7 @@ entries, providing commands to add, remove, comment, and
search.")
(define-public nmrpflash
(package
(name "nmrpflash")
- (version "0.9.19")
+ (version "0.9.21")
(source
(origin
(method git-fetch)
@@ -5051,7 +5051,7 @@ entries, providing commands to add, remove, comment, and
search.")
(url "https://github.com/jclehner/nmrpflash")
(commit (string-append "v" version))))
(sha256
- (base32 "02r2z3mnbj8dfka7adw1l76zq1jh1l13mmkns93c54ychs44jz3d"))
+ (base32 "183nvxqdn8klin5f14f4cv9vjymj0izy0qmj1l76igmlcq7ravwx"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
- 12/13: gnu: rizin: Edit synopsis., (continued)
- 12/13: gnu: rizin: Edit synopsis., guix-commits, 2023/09/27
- 06/13: gnu: astyle: Use G-expressions., guix-commits, 2023/09/27
- 13/13: gnu: 7kaa: Update to 2.15.6., guix-commits, 2023/09/27
- 11/13: gnu: rizin: Update to 0.6.2., guix-commits, 2023/09/27
- 02/13: gnu: nmrpflash: Use G-expressions., guix-commits, 2023/09/27
- 09/13: gnu: minicom: Update to 2.9., guix-commits, 2023/09/27
- 05/13: gnu: astyle: Omit static libraries., guix-commits, 2023/09/27
- 07/13: gnu: astyle: Don't build static or debug libraries., guix-commits, 2023/09/27
- 04/13: gnu: astyle: Update to 3.4.8., guix-commits, 2023/09/27
- 03/13: read-print: Be more mindful of horizontal space in packages., guix-commits, 2023/09/27
- 01/13: gnu: nmrpflash: Update to 0.9.21.,
guix-commits <=