python311Packages.msgspec: 0.14.2 -> 0.15.0

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.15.0
This commit is contained in:
Fabian Affolter 2023-05-11 05:09:40 +02:00
parent d72d80e998
commit 441b0756fb

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "msgspec";
version = "0.14.2";
version = "0.15.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8EdAnHrgff+Xf7r/FuyGYZxpzEXusRTyXbNTNgPcHO0=";
hash = "sha256-pyGmzG2oy+1Ip4w+pyjASvVyZDEjDylBZfbxLPFzSoU=";
};
# Requires libasan to be accessible