Commit 755c0c42 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.verlib2: 0.3.1 -> 0.3.2

parent 6e48b286
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "verlib2";
  version = "0.3.1";
  version = "0.3.2";
  pyproject = true;

  # This tarball doesn't include tests unfortunately, and the GitHub tarball
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  # should work for us as well.
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-KGLxlSjbQA0TAlOitxx8NhbuFOHVS/aDO8CSnSzd0UE=";
    hash = "sha256-oKavmDjY0mwYIlowyNV/twcURi480p8kUeeYLVpR4h4=";
  };

  nativeBuildInputs = [