mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python311Packages.msgspec: 0.17.0 -> 0.18.0
Diff: https://github.com/jcrist/msgspec/compare/refs/tags/0.17.0...0.18.0 Changelog: https://github.com/jcrist/msgspec/releases/tag/0.18.0
This commit is contained in:
parent
4f3a074422
commit
882c8ffcf7
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "msgspec";
|
pname = "msgspec";
|
||||||
version = "0.17.0";
|
version = "0.18.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
owner = "jcrist";
|
owner = "jcrist";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-IDu+Yu9BKk4/ITkNY6YLVmJ5zNR6F4LF1vj8QIEW108=";
|
hash = "sha256-FZq8SEtn/p7x43Je2d0gIGDi8S4uz4cdV0KkQecCFT4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Requires libasan to be accessible
|
# Requires libasan to be accessible
|
||||||
|
Loading…
Reference in New Issue
Block a user