python311Packages.msgspec: 0.18.1 -> 0.18.2

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

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.18.2
This commit is contained in:
Fabian Affolter 2023-08-27 13:52:46 +02:00
parent 4525ce10b5
commit 41032ee368

View file

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