Unverified Commit 41a2715c authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

python3Packages.ioctl-opt: 1.3 -> 1.3.1 (#497485)

parents 7e750b3c b80d7d1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "ioctl-opt";
  version = "1.3";
  version = "1.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "vpelletier";
    repo = "python-ioctl-opt";
    tag = version;
    hash = "sha256-OPQmJUrZIFPdoKitlqWvgMHkLSK2nC01Yy7UpGy+aP8=";
    hash = "sha256-IdE1HZ0fj1Cv4bJRQOEv23O3bCiPUP4R10oGhSWjEXA=";
  };

  build-system = [ setuptools ];