Unverified Commit 32c6867e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

pyspread: 2.4 -> 2.4.5 (#506015)

parents a11a8476 b53e4966
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "pyspread";
  version = "2.4";
  version = "2.4.5";

  src = fetchPypi {
    pname = "pyspread";
    inherit (finalAttrs) version;
    hash = "sha256-MZlR2Rap5oMRfCmswg9W//FYFkSEki7eyMNhLoGZgJM=";
    hash = "sha256-7Nurn9OmK6LEz5TT543JUYKc/LjpkwfN/7r0ebS1PfY=";
  };

  pyproject = true;