python311Packages.msgspec: 0.18.3 -> 0.18.4

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

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.18.4
This commit is contained in:
Fabian Affolter 2023-10-08 09:23:39 +02:00
parent 546637df9d
commit e3acbc01a9

View File

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