Skip to content

Commit

Permalink
Merge pull request NixOS#280418 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.peaqevcore

python311Packages.peaqevcore: 19.6.3 -> 19.6.5
  • Loading branch information
fabaff authored Jan 12, 2024
2 parents 569dd2c + 997d2d7 commit 0ac513d
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 = "19.6.3";
version = "19.6.5";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-SPZlzJCrYzJEuqmGXuC4AZkPKRqiZWFLnfSO3bqYMM0=";
hash = "sha256-afW5uR7QrgOCP38aZkmAEs6jsr77TI16RBhYeWZgr20=";
};

postPatch = ''
Expand Down

0 comments on commit 0ac513d

Please sign in to comment.