Em dom, 2021-11-07 às 21:45 -0500, Stephen Paul Weber escreveu: > * gnu/packages/python-xyz.scm (python-incremental): Update to 21.3.0. > --- >  gnu/packages/python-xyz.scm | 4 ++-- >  1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python- > xyz.scm > index 8ba72170c0..639945c278 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm I skipped this one because it was a simple change, but please add your copyright to this file. Could you send a v2 with the requested changes? > @@ -17681,14 +17681,14 @@ parse many formal languages.") >  (define-public python-incremental >    (package >      (name "python-incremental") > -    (version "17.5.0") > +    (version "21.3.0") >      (source >       (origin >         (method url-fetch) >         (uri (pypi-uri "incremental" version)) >         (sha256 >          (base32 > -         "1cylxdz1cnkm5g3pklna3h2n0i0rks95ir1pnpxfnvpkmab1cxbv")))) > +         "0mvgbmsnv1c8ziydw41jjkivc0zcqyzli7frcpvbkxj8zxddxx82")))) >      (build-system python-build-system) >      (home-page "https://github.com/hawkowl/incremental") >      (synopsis "Library for versioning Python projects")