Commit e23bdb6d authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.verlib2: 0.2.0 -> 0.2.1

parent 45798f6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "verlib2";
  version = "0.2.0";
  version = "0.2.1";
  pyproject = true;

  # This tarball doesn't include tests unfortuneatly, and the GitHub tarball
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  # should work for us as well.
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-CrlAh8CU4nFjlI36gXyY1itr3QEibM5RiPjMPNaDRbk=";
    hash = "sha256-0+JmanzxCUK/E0dNdQkuuNdavUGqZ6p5UAQ/WUGdnT8=";
  };

  nativeBuildInputs = [