Unverified Commit e185b931 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.pymc: 5.26.0 -> 5.26.1 (#453272)

parents 13130afa 01cf4a8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "pymc";
  version = "5.26.0";
  version = "5.26.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pymc-devs";
    repo = "pymc";
    tag = "v${version}";
    hash = "sha256-RN/7xO8aq8mWW2/48Ve1KTq3q1GWMZpMxv8w6yco/GE=";
    hash = "sha256-j1v8MzAFfOmkN7pDcF91dS5Xprls8qfTQHWdaFUO4GU=";
  };

  build-system = [