3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.msgspec: 0.9.1 -> 0.10.0

Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.9.1...0.10.0

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.10.0
This commit is contained in:
Fabian Affolter 2022-12-09 00:04:53 +01:00
parent 126fefc1d7
commit 81899fd5b5

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "msgspec";
version = "0.9.1";
version = "0.10.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-q7WNVnkvK7MTleHEuClOFJ0Wv6EWu/3ztMi6TYdKgKU=";
hash = "sha256-xZbhXQ+2IHXjeEcoAkGmQItNr4gH8wmyREM/lNE6Tj0=";
};
# Requires libasan to be accessible