lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #215232 from r-ryantm/auto-update/python310Packages.aesedb

python310Packages.aesedb: 0.1.0 -> 0.1.1

authored by

Weijia Wang and committed by
GitHub
7309abf4 91da45d4

+2 -2
+2 -2
pkgs/development/python-modules/aesedb/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "aesedb"; 14 - version = "0.1.0"; 14 + version = "0.1.1"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-TetXhDrWG6MECm/nhsZDUwcOJwP5drFO+YLarGC2pak="; 21 + hash = "sha256-pnbzPVXr3qgBH7t5wNR+jbTdQGMdnLpV+xfgQjdc+7A="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [