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

  • Done
  • quality assurance status badge
Details
3 participants
  • Oleg Pykhalov
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

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

Toggle diff (24 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index aaed5b8e55..55f731c3cd 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3589,7 +3589,7 @@ Python loading in HPC environments.")
(let ((real-name "inxi"))
(package
(name "inxi-minimal")
- (version "3.1.05-2")
+ (version "3.1.06-1")
(source
(origin
(method git-fetch)
@@ -3598,7 +3598,7 @@ Python loading in HPC environments.")
(commit version)))
(file-name (git-file-name real-name version))
(sha256
- (base32 "1a7nl2wk49yz5hcrph692xh5phv1mdg1m5cbvgv3ya12c6r32pa2"))))
+ (base32 "0h65n03q9kdsv0i1q5f88i11iv79ca7fqq97rdkzkmiqb4whhnm2"))))
(build-system trivial-build-system)
(inputs
`(("bash" ,bash-minimal)
--
2.28.0
Oleg Pykhalov wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43178-done@debbugs.gnu.org)
87v9gu91hu.fsf@gmail.com
Hi,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (11 lines)
> * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1.
> ---
> 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 aaed5b8e55..55f731c3cd 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
> @@ -3589,7 +3589,7 @@ Python loading in HPC environments.")

[…]

Pushed to master.

Thanks,
Oleg.
Closed
Tobias Geerinckx-Rice wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43178-done@debbugs.gnu.org)
87ft7yrasw.fsf@nckx
Michael,

Michael Rohleder 写道:
Toggle quote (2 lines)
> * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1.

Pushed as 257eb0ccb15f318def2c39ab6b99b8cc80a018d8.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX1Exjw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15rgUA/1d+N9F+RY8gStF3gI1XBSwDopWS6jhlsRMoEGci
PAaiAQDKcEszFEmPtfxu8CNxYIlmziFhwPpX7uYx828QaZ03Bg==
=f1qC
-----END PGP SIGNATURE-----

Closed
Tobias Geerinckx-Rice wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43178-done@debbugs.gnu.org)
87d032raqq.fsf@nckx
Tobias Geerinckx-Rice 写道:
Toggle quote (2 lines)
> Pushed as 257eb0ccb15f318def2c39ab6b99b8cc80a018d8.

Nope! wigust was exactly 2 seconds faster.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX1Ex3g0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15SHMBAOR4JfHly8cyDiMdEhWlFk1M4UfglYO2GF2mEXS+
fzm1AQCauEoOICqbxgCA3d7dRXqwbFxsucVEAAF5vXpVTLjRAQ==
=/2+t
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 43178
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