mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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
@ -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 New Issue
Block a user