Skip to content

Commit

Permalink
python310Packages.amcrest: 1.9.4 -> 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 14, 2022
1 parent 12769bc commit e73e9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/amcrest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "amcrest";
version = "1.9.4";
version = "1.9.7";
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "tchellomello";
repo = "python-amcrest";
rev = version;
sha256 = "sha256-smwPKZLevolNvpkLxoFR3NGL9YFPlBk3WYQqJXBaS7s=";
sha256 = "sha256-An7MnGtZsmEZU/y6E0sivdexFD6HJRTB1juXqHfbDzE=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit e73e9e9

Please sign in to comment.