python310Packages.msgspec: 0.13.0 -> 0.13.1
Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.13.0...0.13.1 Changelog: https://github.com/jcrist/msgspec/releases/tag/0.13.1
This commit is contained in:
parent
782caacdc9
commit
5c41e01e2e
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "msgspec";
|
||||
version = "0.13.0";
|
||||
version = "0.13.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "jcrist";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-R3/ljUBm0WTRIdp5qoHtH3k1ReaMzASsD4tB8bHKAMc=";
|
||||
hash = "sha256-TGCdsimcoY3441/nOXxHGqYM4q8uoWd78HtUts6EOJY=";
|
||||
};
|
||||
|
||||
# Requires libasan to be accessible
|
||||
|
|
Loading…
Reference in a new issue