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

python3Packages.smp: 4.0.0 -> 4.0.1 (#469659)

parents 516dfe83 f902d05f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "smp";
  version = "4.0.0";
  version = "4.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "JPHutchins";
    repo = "smp";
    tag = version;
    hash = "sha256-V6TGDG05sebn0IF3j0EbkozfO4X1DL3nnwrGOSh+Wuc=";
    hash = "sha256-UpzVyZxZjCOWJsQGaRXVwnKjuFISpxNidk0YkNQBqKM=";
  };

  build-system = [