Unverified Commit 550d546f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #233601 from fabaff/msgspec-bump

python311Packages.msgspec: 0.15.0 -> 0.15.1
parents 4645ea35 e184d27c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "msgspec";
  version = "0.15.0";
  version = "0.15.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "jcrist";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-pyGmzG2oy+1Ip4w+pyjASvVyZDEjDylBZfbxLPFzSoU=";
    hash = "sha256-U3mCnp7MojWcw1pZExG6pYAToVjzGXqc2TeDyhm39TY=";
  };

  # Requires libasan to be accessible