[PATCH] gnu: inxi-minimal: Update to 3.2.02-1.

  • Done
  • quality assurance status badge
Details
One participant
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210111215206.18575-1-mike@rohleder.de
* gnu/packages/admin.scm (inxi-minimal): Update to 3.2.02-1.
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2018a6c2e8..346a078883 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -32,7 +32,7 @@
;;; Copyright © 2019, 2020 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
;;;
@@ -3617,7 +3617,7 @@ Python loading in HPC environments.")
(let ((real-name "inxi"))
(package
(name "inxi-minimal")
- (version "3.2.01-1")
+ (version "3.2.02-1")
(source
(origin
(method git-fetch)
@@ -3626,7 +3626,7 @@ Python loading in HPC environments.")
(commit version)))
(file-name (git-file-name real-name version))
(sha256
- (base32 "15bakrv3jzj5h88c3bd0cfhh6hb8b4hm79924k1ygn29sqzgyw65"))))
+ (base32 "1kh96093waji30ndka3i3dq9pq4f53gq8pgcbxw45mldlx2i98gv"))))
(build-system trivial-build-system)
(inputs
`(("bash" ,bash-minimal)
--
2.30.0
Michael Rohleder wrote 4 years ago
(address . 45803-done@debbugs.gnu.org)
87im833wjz.fsf@rohleder.de
Hehe, Tobias was faster (again):
aec795a5a1a6e0e3a627f40c1fdaca741bd7fd03

--
The first 90% of a project takes 90% of the time, the last 10% takes the
other 90% of the time.
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl/82XARHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyXezgf/dYX1BorqonsrZ9zimLKXxpA0lK6AiVKj
5cPByXnbZZ8sC66eF1IUBAflSzgQmBQUFu+P7ShS61Z/Ay+xqBLaSHbmpcnwyOVh
YvLyn2KQLmTPPvMZQAih+9vDql+BycIaw7DM7cvzc2PWXG4bOIMoclIsx+Ou13TC
8mwcmGzHylaxdnWYxnz6y7GNnDqVJw0ZtkAbbUSxFQuuLGqsV31ry6HV3HnEdWBo
lELE36ioYzH8nEALf+hu68023b3VFEoLnOxl3j8We80AeuF4rHsHPJCXVmlSAcSY
y3z5tVZaEFQeoF375K6GLqPja2RUotf9YYphX2b3JDabWyh7OzECJw==
=1yNT
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45803@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45803
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help