python311Packages.msgspec: 0.18.5 -> 0.18.6
Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.18.5...0.18.6 Changelog: https://github.com/jcrist/msgspec/releases/tag/0.18.6
This commit is contained in:
parent
ebead94fcf
commit
a9680e363f
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "msgspec";
|
||||
version = "0.18.5";
|
||||
version = "0.18.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "jcrist";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-BcENL1vPCspzYdAHicC5AHs/7xZPWf+Yys37vKgbris=";
|
||||
hash = "sha256-xqtV60saQNINPMpOnZRSDnicedPSPBUQwPSE5zJGrTo=";
|
||||
};
|
||||
|
||||
# Requires libasan to be accessible
|
||||
|
|
Loading…
Reference in a new issue