python311Packages.msgspec: 0.18.2 -> 0.18.3

Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.18.2...0.18.3

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.18.3
This commit is contained in:
Fabian Affolter 2023-10-04 02:59:02 +02:00
parent a280ee5731
commit bd931c5ef8

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "msgspec";
version = "0.18.2";
version = "0.18.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-t5TM7CgVIxdXR6jMOXh1XhpA9vBrYHBcR2iLYP4A/Jc=";
hash = "sha256-PtI+dlhDyFRHSOqdU0TUZtllAlTFtYwOsYQrFrDSFDY=";
};
# Requires libasan to be accessible