3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.msgspec: 0.12.0 -> 0.13.0

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

Changelog: https://github.com/jcrist/msgspec/releases/tag/0.13.0
This commit is contained in:
Fabian Affolter 2023-02-09 12:03:49 +01:00
parent 6ccc4a59c3
commit 0099df9787

View file

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