Skip to content

Commit

Permalink
python310Packages.aesedb: 0.0.7 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2022
1 parent 4415574 commit e76d384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aesedb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "aesedb";
version = "0.0.7";
version = "0.1.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-zDzTQ7drq2jFvTO170GKbY76HjnWcFbcw9YSfDnltGQ=";
hash = "sha256-TetXhDrWG6MECm/nhsZDUwcOJwP5drFO+YLarGC2pak=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit e76d384

Please sign in to comment.