Unverified Commit f6d5460c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.rchitect: 0.4.9 -> 0.4.10 (#516576)

parents d31860b6 058e80d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "rchitect";
  version = "0.4.9";
  version = "0.4.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "randy3k";
    repo = "rchitect";
    tag = "v${version}";
    hash = "sha256-xIBDPYuEdYrwpHQBSXfZcEkLra+b0bKy5ILNDCS2Vz0=";
    hash = "sha256-CTXvca687RL1aFxf7jptcNIKPUcugzFdVTSyApcaWS4=";
  };

  postPatch = ''