Merge pull request #279984 from r-ryantm/auto-update/python310Packages.pysol-cards

python310Packages.pysol-cards: 0.14.3 -> 0.16.0
This commit is contained in:
Nick Cao 2024-01-10 11:14:46 -05:00 committed by GitHub
commit ae17b698bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pysol-cards";
version = "0.14.3";
version = "0.16.0";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "pysol_cards";
hash = "sha256-sPv9OGFb/G/XVdq1hQWprhYtDaGGbCXKkUGTi1gj8GE=";
hash = "sha256-C4fKez+ZFVzM08/XOfc593RNb4GYIixtSToDSj1FcMM=";
};
propagatedBuildInputs = [ six random2 ];