Commit 07026ac7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.posix-ipc: 1.3.0 -> 1.3.2

parent e32661f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "posix-ipc";
  version = "1.3.0";
  version = "1.3.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "osvenskan";
    repo = "posix_ipc";
    rev = "rel${version}";
    hash = "sha256-icytv2Cv7rVmlSARtx9ld5Kgo+Xba5fHUUjeKAUnGDM=";
    hash = "sha256-Ehhk+IM3gTW6t6Cvc9AVAB9bscC0CMc6wQFgrZuCPz0=";
  };

  pythonImportsCheck = [ "posix_ipc" ];