Merge pull request #304298 from r-ryantm/auto-update/python312Packages.yamlloader

python312Packages.yamlloader: 1.3.2 -> 1.4.1
This commit is contained in:
Nick Cao 2024-04-17 10:56:20 -04:00 committed by GitHub
commit ebbe248ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "yamlloader";
version = "1.3.2";
version = "1.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fb2YQh2AkMUhZV8bBsoDAGfynfUlOoh4EmvOOpD1aBc=";
hash = "sha256-tv5A7PWvWW2EDpIGcO00dfmBNJK/blWyTyrUUMISurU=";
};
propagatedBuildInputs = [