Merge pull request #251793 from fabaff/msgspec-bump

python311Packages.msgspec: 0.18.1 -> 0.18.2
This commit is contained in:
Theodore Ni 2023-08-27 11:15:45 -07:00 committed by GitHub
commit 852b99748d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "msgspec";
version = "0.18.1";
version = "0.18.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-cacwbl5JYqQGXhdt/F0nhX032GCw8RwFi0XBsn7dlq0=";
hash = "sha256-t5TM7CgVIxdXR6jMOXh1XhpA9vBrYHBcR2iLYP4A/Jc=";
};
# Requires libasan to be accessible