Unverified Commit 89b07279 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.pymc: 5.28.1 -> 5.28.2 (#499800)

parents c425b567 a9877645
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pymc";
  version = "5.28.1";
  version = "5.28.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pymc-devs";
    repo = "pymc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6P171KjWvSgtiYxsGNvVxs4Pfqs3S7gxg6aGRbQ/Zcw=";
    hash = "sha256-D2s7gMyJcOYZAYjRsnqcPeSJ8i5TQBVL+SF9PCvnMO0=";
  };

  build-system = [