mbox series

[bug#59030,0/1] gnu: python-glymur: Update to 0.12.0

Message ID 20221104231154.13547-1-sharlatanus@gmail.com
Headers show
Series gnu: python-glymur: Update to 0.12.0 | expand

Message

Sharlatan Hellseher Nov. 4, 2022, 11:11 p.m. UTC
Hi Guix team,

python-glymur updated to the latest version with simplify package by using
pyproject-build-system.

> ./pre-inst-env guix build python-glymur --rounds=2
> /gnu/store/jjp6y8r82n8q0kcq2cj7g10zdxnzvq4i-python-glymur-0.12.0

Sharlatan Hellseher (1):
  gnu: python-glymur: Update to 0.12.0

 gnu/packages/python-xyz.scm | 34 +++++++++-------------------------
 1 file changed, 9 insertions(+), 25 deletions(-)


base-commit: 3a227cff367e5b5415624adcb15eed124ac7768d

Comments

Christopher Baines Nov. 6, 2022, 3:02 p.m. UTC | #1
Sharlatan Hellseher <sharlatanus@gmail.com> writes:

> python-glymur updated to the latest version with simplify package by using
> pyproject-build-system.
>
>> ./pre-inst-env guix build python-glymur --rounds=2
>> /gnu/store/jjp6y8r82n8q0kcq2cj7g10zdxnzvq4i-python-glymur-0.12.0
>
> Sharlatan Hellseher (1):
>   gnu: python-glymur: Update to 0.12.0
>
>  gnu/packages/python-xyz.scm | 34 +++++++++-------------------------
>  1 file changed, 9 insertions(+), 25 deletions(-)

Thanks, I've pushed this to master as
9315fcc21120ddc1343454bd29d0538a1b1287b7.

Chris