3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.msgspec: 0.10.0 -> 0.10.1

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

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.10.1
This commit is contained in:
Fabian Affolter 2022-12-09 00:05:13 +01:00
parent 81899fd5b5
commit 67ede5b0e7

View file

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