[PATCH] gnu: python-asdf-astropy: Update to 0.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 2 years ago
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20221203231441.22217-1-sharlatanus@gmail.com
* gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.3.0.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 759ccbec9e..8da670dc52 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2473,13 +2473,13 @@ (define python-asdf-unit-schemas
(define-public python-asdf-astropy
(package
(name "python-asdf-astropy")
- (version "0.2.2")
+ (version "0.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf_astropy" version))
(sha256
- (base32 "1b0v4cl7xvly3x1k5k2rvc2l32jqgqp0iyf1j20fkvj450sx74f2"))))
+ (base32 "1gp5iav0a9g9q0zb22vhzi3v9vwk5wn2nxvr3mvi3bsdcdj3h23v"))))
(build-system pyproject-build-system)
(native-inputs
(list python-coverage
--
2.38.1
Christopher Baines wrote 2 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
87tu1zo1ib.fsf@cbaines.net
Sharlatan Hellseher <sharlatanus@gmail.com> writes:

Toggle quote (5 lines)
> * gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.3.0.
> ---
> gnu/packages/astronomy.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks! Pushed to master as 1a0dcc21123c0a9e8c16d0989df1db00092ac3e7.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmOYg11fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XeRtBAAoeRKPmX6nsLieFtir4C70F7Gm5hLxCzX
3rJiQdC7vsyzmHfjALyMii5G1/ycgSIkFLLTtboGO+GRQpDZIOiBwdauCdwaGcxC
sNDFueGAo/HIbI7IB20MLjk6guBcHpDRYjygtFQfmFSKCCqS5JaycxW8R12w8nWO
nCS5iWOOZ8/RqfzBXDD8tSpsBYtQA8D06XEaa92m/e+d3BNasUoyRp2kdOl8aUuu
qmzNZdtNrkPqtxmC19adrUyCpVPFmxMASaypzt0xw7lS5wKdhK3IRGpGZK6mCDSQ
2j6r1adjgpj8M+20/oGGHsmnqw+zBfLtBarrr169TaEXUBsLXLWK6TtrKv+68Svo
uCiQ9/T/Irp2xg/+NfxxrxWpvEQPjYfYBGhxm2U3+SBMV9omhCo7LM1f1liZAE4G
revOWk4hHm8L3MrFdfOiQHsTIUUP6XMQI7NhYv1XeLjUaKnrpbP65N/ElMGk6P4H
w6iUBNMTBEWhRWZIsHt0UYcKLtdhzTs3rJcKgqSvND4zSEtGaVcjVwewnBJ/EciF
mFD3MV1FAQ3hBJEFHLo6r1UFU8WWjShAiBVPbNQ1Ga3FE9/aOo37qrkN6iT4W8+Q
zCksHT/PpybLOp8nUVjadPcQe/QADqJz1DpV+dJySnHide+rg5B03Yj4Y++MFyoY
WOlNKjhUcrY=
=SqEF
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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