Merge pull request #297724 from r-ryantm/auto-update/yamale

yamale: 5.0.0 -> 5.1.0
This commit is contained in:
Pol Dellaiera 2024-03-21 16:25:36 +01:00 committed by GitHub
commit 5fab564323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "yamale";
version = "5.0.0";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "23andMe";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-T//hmZNVU6zDBaX/79KjdZwaReI4v73Ny7uQGKQREiI=";
hash = "sha256-WLI3cL6i7eLfaX1nN8K/fHlrkOm+JdTEscelql6jO44=";
};
propagatedBuildInputs = [