python37Packages.posix_ipc: 1.0.4 -> 1.0.5

This commit is contained in:
R. RyanTM 2020-10-16 15:13:55 +00:00 committed by Jon
parent 2b99e4f629
commit 40f6b5b66a

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "posix_ipc";
version = "1.0.4";
version = "1.0.5";
src = fetchPypi {
inherit pname version;
sha256 = "ff6c9077633fc62a491d6997c43b094d885bb45a7ca1f36c9a0d647c54b74b14";
sha256 = "6cddb1ce2cf4aae383f2a0079c26c69bee257fe2720f372201ef047f8ceb8b97";
};
meta = with stdenv.lib; {