python3.pkgs.pytomlpp: 1.0.6 -> 1.0.13

This commit is contained in:
Evils
2023-04-17 14:19:13 +02:00
parent f294325aed
commit 7607b322f7
@@ -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 ];