Merge pull request #275207 from r-ryantm/auto-update/python310Packages.confight

python310Packages.confight: 1.3.1 -> 2.0
This commit is contained in:
Maciej Krüger
2023-12-18 16:54:27 +01:00
committed by GitHub
@@ -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 = [