python311Packages.msgspec: 0.16.0 -> 0.17.0

Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.16.0...0.17.0

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.17.0
This commit is contained in:
Fabian Affolter 2023-07-14 08:02:56 +02:00
parent 74174ea51f
commit 9be7b967b4

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "msgspec";
version = "0.16.0";
version = "0.17.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FhYNQ6ODLJSdXRzEwmE5CLxzeImBKj6brx2CBeVC7BM=";
hash = "sha256-hxXywlDZoQ1DUL/03UngIdlHke8Ey4rDbEV4JKxiGps=";
};
# Requires libasan to be accessible