python310Packages.msgspec: 0.11.0 -> 0.12.0

Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.11.0...0.12.0

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.12.0
This commit is contained in:
Fabian Affolter 2023-01-06 17:34:43 +01:00
parent 2072d51f94
commit 9970edfd06

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "msgspec";
version = "0.11.0";
version = "0.12.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-g02IvD8ktWvt1BjeoGXIf+YNnLtQ2ALCIW4uomeCe4E=";
hash = "sha256-9k1lpx5pb9idMwgYAZjVEM915w5wsmLWQ/tnHNSKHAs=";
};
# Requires libasan to be accessible