Skip to content

Commit

Permalink
python310Packages.aesedb: 0.0.5 -> 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 23, 2022
1 parent 6895427 commit 173523f
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.5";
version = "0.0.7";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-2m4VxqTD9zvUpZ1O8/SBprAzG4vUX4z3LthMpP5Hc8g=";
hash = "sha256-zDzTQ7drq2jFvTO170GKbY76HjnWcFbcw9YSfDnltGQ=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 173523f

Please sign in to comment.