lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pytomlpp: 1.0.13 -> 1.0.14

R. Ryantm 69857a2b aca2499b

+2 -2
+2 -2
pkgs/development/python-modules/pytomlpp/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pytomlpp"; 17 - version = "1.0.13"; 17 + version = "1.0.14"; 18 18 format = "setuptools"; 19 19 20 20 src = fetchFromGitHub { ··· 22 22 repo = "pytomlpp"; 23 23 rev = "v${version}"; 24 24 fetchSubmodules = true; 25 - hash = "sha256-QJeXvj1M3Vq5ctmx7RhczONsPRXAecv3WhJgKWtNK+M="; 25 + hash = "sha256-P41jEs1ShpiuSenreE4ykesY2wgBaR7TUKuv3tcD5J0="; 26 26 }; 27 27 28 28 buildInputs = [ pybind11 ];