Skip to content

Commit

Permalink
python311Packages.peaqevcore: 18.1.4 -> 18.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jun 10, 2023
1 parent fcc8412 commit 347436c
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 = "18.1.4";
version = "18.1.5";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-WjsB8NkHWejwDkZ8Aphai4BW+bbB7hSxkKwfeYCE7qk=";
hash = "sha256-X8I0359Wq0jojDq0e7jJjxoRlQ8ZdUzIWPnV/1A+Mwg=";
};

postPatch = ''
Expand Down

0 comments on commit 347436c

Please sign in to comment.