python310Packages.confight: 1.3.1 -> 2.0

This commit is contained in:
R. Ryantm 2023-12-18 14:49:53 +00:00
parent 886c9aee6c
commit 73f5890403

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "confight";
version = "1.3.1";
version = "2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-fJr7f9Y/zEpCedWYd04AMuhkOFqZLJOw4sDiz8SDQ/Y=";
hash = "sha256-iodoexnh9tG4dgkjDXCUzWRFDhRlJ3HRgaNhxG2lwPY=";
};
propagatedBuildInputs = [