From 22855521b77ede16d69bbe04d1cb7cbee578a080 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 3 Apr 2023 20:28:08 +0200 Subject: [PATCH] python310Packages.msgspec: 0.13.1 -> 0.14.0 Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.13.1...0.14.0 Changelog: https://github.com/jcrist/msgspec/releases/tag/0.14.0 --- pkgs/development/python-modules/msgspec/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/msgspec/default.nix b/pkgs/development/python-modules/msgspec/default.nix index 10e0e6b23e8a..075089f02724 100644 --- a/pkgs/development/python-modules/msgspec/default.nix +++ b/pkgs/development/python-modules/msgspec/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "msgspec"; - version = "0.13.1"; + version = "0.14.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "jcrist"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Sq0hV5ZftUCIR/6QOWvdfzg8UHYLZXo5ba5ydTnjqPg="; + hash = "sha256-adjLXMHJx9sP5qbg9sw+fV2h843KuG1NKqNyX3gEkVY="; }; # Requires libasan to be accessible