Unverified Commit 409df283 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

sacad: 2.8.1 -> 2.8.3 (#455947)

parents e5ad6185 5e574be2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

python3Packages.buildPythonApplication rec {
  pname = "sacad";
  version = "2.8.1";
  version = "2.8.3";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-WHxZZrKPTsTaIJGxD7ZUYQNz9ua024MXoflEVGNE9Jc=";
    hash = "sha256-6bKxFOP4hPbU5d1J/wro1BM/Bh9W//QzcZ4YbfaaqYY=";
  };

  propagatedBuildInputs = with python3Packages; [