Commit 7607b322 authored by Evils's avatar Evils
Browse files

python3.pkgs.pytomlpp: 1.0.6 -> 1.0.13

parent f294325a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pytomlpp";
  version = "1.0.6";
  version = "1.0.13";

  src = fetchFromGitHub {
    owner = "bobfang1992";
    repo = pname;
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-QyjIJCSgiSKjqMBvCbOlWYx6rBbKIoDvXez2YnYaPUo=";
    hash = "sha256-QJeXvj1M3Vq5ctmx7RhczONsPRXAecv3WhJgKWtNK+M=";
  };

  buildInputs = [ pybind11 ];