Unverified Commit 852b9974 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

Merge pull request #251793 from fabaff/msgspec-bump

python311Packages.msgspec: 0.18.1 -> 0.18.2
parents bf6e5e74 41032ee3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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