Commit 058e80d2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.rchitect: 0.4.9 -> 0.4.10

parent 6cdcd98c
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 = ''