Skip to content

Commit

Permalink
Merge pull request NixOS#258240 from fabaff/boschshcpy-bump
Browse files Browse the repository at this point in the history
python311Packages.boschshcpy: 0.2.69 -> 0.2.70
  • Loading branch information
NickCao authored Sep 30, 2023
2 parents 9b977ee + 2ab7a88 commit cd4d94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/boschshcpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "boschshcpy";
version = "0.2.69";
version = "0.2.70";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = pname;
rev = version;
hash = "sha256-NXn92a+dhJhAfh92zvNQyrfNE7ZCCIl2er5569IXff8=";
hash = "sha256-oL1NgQqK/dDDImDK3RASa2vAUPrenqK8t+MCi2Wwjmk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit cd4d94e

Please sign in to comment.