diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-07-29 11:23:38 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-07-29 11:23:38 +0300 |
commit | e6b2552a96b328d81f681c2ae17c54a795ab2547 (patch) | |
tree | e0e8676ff9bddea787e6f547b592d439ef3acd8f /gnu | |
parent | 9f665a14822509bda2dc90e3632ce3d2abc05fa1 (diff) | |
download | guix-e6b2552a96b328d81f681c2ae17c54a795ab2547.tar.gz |
gnu: python-rfc3986: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-rfc3986): Update to 1.4.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4e73a2a5d7..2613ca46b7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15291,13 +15291,13 @@ applying JSON Patches according to RFC 6902.") (define-public python-rfc3986 (package (name "python-rfc3986") - (version "1.1.0") + (version "1.4.0") (source (origin (method url-fetch) (uri (pypi-uri "rfc3986" version)) (sha256 (base32 - "06wlmysw83f75ff84zr1yr6n0shvc2xn1n1sb4iwzqap9hf5fn44")))) + "17dvx15m3r49bmif5zlli8kzjd6bys6psixzbp14sd5367d9h8qi")))) (build-system python-build-system) (arguments `(#:modules ((guix build utils) |