python312Packages.yamlloader: 1.3.2 -> 1.4.1

This commit is contained in:
R. Ryantm 2024-04-15 14:42:49 +00:00
parent 26594c44f5
commit 5ed7546526
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 = [