python310Packages.msgspec: 0.9.1 -> 0.10.0

Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.9.1...0.10.0

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.10.0
This commit is contained in:
Fabian Affolter 2022-12-09 00:04:53 +01:00
parent 126fefc1d7
commit 81899fd5b5

View file

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "msgspec"; pname = "msgspec";
version = "0.9.1"; version = "0.10.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist"; owner = "jcrist";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-q7WNVnkvK7MTleHEuClOFJ0Wv6EWu/3ztMi6TYdKgKU="; hash = "sha256-xZbhXQ+2IHXjeEcoAkGmQItNr4gH8wmyREM/lNE6Tj0=";
}; };
# Requires libasan to be accessible # Requires libasan to be accessible