me
/
guix
Archived
1
0
Fork 0

gnu: python-pydantic: Update to 1.9.0.

* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.0.
master
Marius Bakke 2022-01-28 10:56:07 +01:00
parent 69218e84f1
commit 171084792f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5075,7 +5075,7 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
(define-public python-pydantic (define-public python-pydantic
(package (package
(name "python-pydantic") (name "python-pydantic")
(version "1.8.2") (version "1.9.0")
(source (source
(origin (origin
(method git-fetch) (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)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "06162dss6mvi7wiy2lzxwvzajwxgy8b2fyym7qipaj7zibcqalq2")))) (base32 "14wj3k9007fpbxk7593w6gdqrr68yzrsw4a41sj5ji4cv3r8z18b"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases