Skip to content

Commit

Permalink
python310Packages.peaqevcore: 5.10.5 -> 5.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 23, 2022
1 parent 60de589 commit bbb2935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/peaqevcore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

buildPythonPackage rec {
pname = "peaqevcore";
version = "5.10.5";
version = "5.10.6";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-rW9QWbnG1sURiWNYxYuACqK3kGS7hIjswcwR5cVwwVg=";
hash = "sha256-RmJo6gQTLWYfybMVQ8EvQNjovtr8bEEyt+IjOXldXrQ=";
};

postPatch = ''
Expand Down

0 comments on commit bbb2935

Please sign in to comment.