diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-28 10:56:07 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-29 12:52:37 +0100 |
commit | 171084792fae1aa4c2cd395af25f8f581c4013e4 (patch) | |
tree | 594dcf7631351e8bd3dae4c0ac3ae08a94f10b09 | |
parent | 69218e84f119c698a06febe030946f1eca571e2c (diff) |
gnu: python-pydantic: Update to 1.9.0.
* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.0.
-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 aab8b27eef..a1cb1231f9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5075,7 +5075,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") (define-public python-pydantic (package (name "python-pydantic") - (version "1.8.2") + (version "1.9.0") (source (origin (method git-fetch) @@ -5084,7 +5084,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "06162dss6mvi7wiy2lzxwvzajwxgy8b2fyym7qipaj7zibcqalq2")))) + (base32 "14wj3k9007fpbxk7593w6gdqrr68yzrsw4a41sj5ji4cv3r8z18b")))) (build-system python-build-system) (arguments '(#:phases |