[PATCH] gnu: units: Update to 2.23

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Efraim Flashner
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
82615a85e635d92225af4618e648884279a40afa.1709360096.git.atai@atai.org
* gnu/packages/maths.scm (units): Update to 2.23

Change-Id: Ia1b3df68c125631255cb3d28d2bf55d3148ee462
---
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 e88a74636b..47070ded15 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -425,13 +425,13 @@ (define-public python-cvxopt
(define-public units
(package
(name "units")
- (version "2.22")
+ (version "2.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/units/units-" version
".tar.gz"))
(sha256 (base32
- "0j2q2a9sgldqwcifsnb7qagsmp8fvj91vfh6v4k7gzi1fwhf24sx"))))
+ "0w3kl58y7fq9paaq8ayn5gwylc4n8jbk6lf42kkcj9ar4i8v8myr"))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline)

base-commit: 8c0282cf543fe205a5b89201cd7bb8889121a07c
--
2.34.1
Efraim Flashner wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 69497-done@debbugs.gnu.org)
ZeWaTfWypNwNtSaN@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmXlmk0ACgkQQarn3Mo9
g1Eb5Q//Y4OlWZSaMmQBRfT0/34RXIjKMYoKm7QLMddTAov9FtReaXuE2lX604wY
izeNfeFuMd0oMfzNvNkVoSsUCOioDcCqi0e+UbJkLBgQS7ET4NMwoA9oI3Cy1Mrd
EgNuhxoT6LGIHrmlRdMKD4WtLho2Ve0lagMEQcfeWtaVmXAMsfZ1HrQ1KdzK8ns9
i5mMm5b2QG9e7RnG3jq46kiZg38dDJ9t6e/2SXUAnDwQvN9mcqvcvA40hJTUT6P0
QTu6jfNwPB/WqDuWMBLxd19r36qPeph+I8I0LmO4c7w1E67zjKhbqreX3rYPbRRt
iFNEq9vDyUeSLsJ1wMi+DHZS4Tqz1QdXtIxUUIFxmkuSnd/5XJ2Wn6M45fD8MDZ/
Ml668O2OKjTjGOQGaai+AD7OXD67qKXlPDjfzr5ICYwN3OUbmGJWBy0cSjbHmVs8
kWnEourC/aC7AZbMKcgNLDKl1HKytM2v2tIh3OeVhtqy0aeDSRAAcQ1hdzsk7lNY
k6LuAfdDjSp9bw1pzXnojJpptjW1pq+y8MF2J8yecJhEvlyIfpyazGekeJh3vusD
lYjuLzBdQYxJ6oqWHUOsseCZPDceQB7jD8fmtB9A6yQqc/yfe574AWPULhFJjJd/
jg/J/ZF1KRNKxiiXAiK3LO7VX0ymjb247XBoCau9CoBbQzdu2PE=
=ftso
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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