Unverified Commit d87258ad authored by Benjamin Hipple's avatar Benjamin Hipple Committed by GitHub
Browse files

python311Packages.pymc: fix hash (#354840)

parents 13c119bf a806a3b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "pymc-devs";
    repo = "pymc";
    rev = "refs/tags/v${version}";
    hash = "sha256-XJWAzJ8B5MZlMA6gF8OAUeXUHfPH2/buvoGlthgc+Qw=";
    hash = "sha256-rH6sh05rSrhakcfdc+BSR37kQYO/QEPuw8hHMZZGwdE=";
  };

  postPatch = ''