mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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:
commit
ae17b698bc
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user