Merge pull request #226635 from evils/pytomlpp

python3.pkgs.pytomlpp: 1.0.6 -> 1.0.13
This commit is contained in:
Nick Cao 2023-04-18 09:00:31 +08:00 committed by GitHub
commit f8319d5c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];