[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: python-pydantic: Update to 1.9.0.
From: |
guix-commits |
Subject: |
01/10: gnu: python-pydantic: Update to 1.9.0. |
Date: |
Sat, 29 Jan 2022 06:53:58 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 171084792fae1aa4c2cd395af25f8f581c4013e4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 28 10:56:07 2022 +0100
gnu: python-pydantic: Update to 1.9.0.
* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.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 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
- branch master updated (69218e84f1 -> 45681b89a8), guix-commits, 2022/01/29
- 03/10: gnu: fping: Enable IPv6 support., guix-commits, 2022/01/29
- 02/10: services: zabbix-frontend: Fix configuration file for hard coded passwords., guix-commits, 2022/01/29
- 05/10: services: zabbix-server: Add shepherd actions for runtime control commands., guix-commits, 2022/01/29
- 01/10: gnu: python-pydantic: Update to 1.9.0.,
guix-commits <=
- 04/10: gnu: zabbix-server: Use a sensible default for the "fping" executable., guix-commits, 2022/01/29
- 08/10: gnu: Add TimescaleDB., guix-commits, 2022/01/29
- 10/10: gnu: zabbix: Update to 5.4.9., guix-commits, 2022/01/29
- 07/10: services: zabbix-frontend: Adjust indentation., guix-commits, 2022/01/29
- 09/10: services: zabbix-agent: Set the PATH variable., guix-commits, 2022/01/29
- 06/10: services: zabbix-frontend: Enable IEEE754-compatible history values., guix-commits, 2022/01/29