[PATCH] gnu: units: Update to 2.24.

  • Done
  • quality assurance status badge
Details
3 participants
  • Andy Tai
  • Ludovic Courtès
  • Noé Lopez
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 3 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
2a77f5524434c44a13c85601b02d49e319a38e07.1733295334.git.atai@atai.org
* gnu/packages/maths.scm (units): Update to 2.24.

Change-Id: I4c201729788dd1e2d98a981f47906d606663bbde
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index dd5c00c61a..c548a15ba7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -423,13 +423,13 @@ (define-public qhull
(define-public units
(package
(name "units")
- (version "2.23")
+ (version "2.24")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version
".tar.gz"))
(sha256 (base32
- "0w3kl58y7fq9paaq8ayn5gwylc4n8jbk6lf42kkcj9ar4i8v8myr"))))
+ "00n9l329814nww1pnp9nlaas8lfvblpcf5j750lhpwmcvx72ql0y"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal ;for wrap-program

base-commit: 2c700af42cbb17859a7d80807fef2000cab7f8ad
--
2.34.1
Noé Lopez wrote 3 months ago
QA review for 74683
87bjxmz65w.fsf@xn--no-cja.eu
user guix
usertag 74683 + reviewed-looks-good
thanks

Guix QA review form submission:
Works well, thanks

Items marked as checked: Lint warnings, Package builds, Commit messages
Ludovic Courtès wrote 3 months ago
Re: [bug#74683] [PATCH] gnu: units: Update to 2.24.
(name . Andy Tai)(address . atai@atai.org)(address . 74683-done@debbugs.gnu.org)
87frmwldy9.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (4 lines)
> * gnu/packages/maths.scm (units): Update to 2.24.
>
> Change-Id: I4c201729788dd1e2d98a981f47906d606663bbde

Applied, thanks!
Closed
?
Your comment

This issue is archived.

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

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