Unverified Commit bf98d3b5 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.lib4vex: 0.2.2 -> 0.2.3 (#500023)

parents 63680607 ed9f1974
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "lib4vex";
  version = "0.2.2";
  version = "0.2.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anthonyharrison";
    repo = "lib4vex";
    tag = "v${version}";
    hash = "sha256-VKNoCZwowWogn78MAF1YPNwofUAmaZrMJo3lZQaAjK8=";
    hash = "sha256-XH3Y2kbsJFR202F8bmcd3IWpgHS36W+ylDObtBFNFFg=";
  };

  build-system = [ setuptools ];