[PATCH] gnu: uwufetch: Update to 2.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • J. Sims
  • Nicolas Goaziou
Owner
unassigned
Submitted by
J. Sims
Severity
normal

Debbugs page

J. Sims wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
QR_oSMtoSBL1MlYdcz0wIT2VLpfM1Ua3ycXYVG_3O6X9_qsWWUcBelNgqj8BSbAwrf3ibpq6aawTpTECRk5P-igIWwrDriuI0DSY8-ZV_K8=@protonmail.com
Hello,

Attached is a simple version bump for uwufetch.

Thanks,
Juli
From f3267076e2afa54d3cc12c6d506f05b8af3a63c9 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@protonmail.com>
Date: Sun, 2 Apr 2023 10:24:28 -0400
Subject: [PATCH] gnu: uwufetch: Update to 2.1.

* gnu/packages/admin.scm (uwufetch): Update to 2.1.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f48362c203..2736dabb9c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3945,7 +3945,7 @@ (define-public hyfetch
(define-public uwufetch
(package
(name "uwufetch")
- (version "2.0")
+ (version "2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3954,7 +3954,7 @@ (define-public uwufetch
(file-name (git-file-name name version))
(sha256
(base32
- "0s4pzaqmlq6rn54kgmlpcrc0sy3q5zn6lxh4448k9iimshljsjfs"))))
+ "182jwkm4vacz2bhyn7v4jl9bxs7md51az958r0qfp9ky71m2q3vh"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 380faf265b0c3b231ab8b69597d161be5e704e18
--
2.39.2
Nicolas Goaziou wrote 2 years ago
(name . J. Sims via Guix-patches via)(address . guix-patches@gnu.org)
87a5zpgqrl.fsf@nicolasgoaziou.fr
Hello,

"J. Sims via Guix-patches" via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> Attached is a simple version bump for uwufetch.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

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

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