python311Packages.msgspec: 0.17.0 -> 0.18.0

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

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.18.0
This commit is contained in:
Fabian Affolter 2023-08-11 10:39:24 +02:00
parent 4f3a074422
commit 882c8ffcf7

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "msgspec";
version = "0.17.0";
version = "0.18.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-IDu+Yu9BKk4/ITkNY6YLVmJ5zNR6F4LF1vj8QIEW108=";
hash = "sha256-FZq8SEtn/p7x43Je2d0gIGDi8S4uz4cdV0KkQecCFT4=";
};
# Requires libasan to be accessible