summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-12-09 16:26:46 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-12-09 16:26:46 +0100
commit87c3cdda08359066073ced21af39b6c8c6bdc560 (patch)
tree1ef465481e4183dd1feb39b1caad25f295ed6b7d /pkgs
parent837d7d5882faa0e69387d49c018578ee3cd4ac5e (diff)
python311Packages.boschshcpy: 0.2.79 -> 0.2.83
Diff: https://github.com/tschamm/boschshcpy/compare/0.2.79...0.2.83
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/boschshcpy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/boschshcpy/default.nix b/pkgs/development/python-modules/boschshcpy/default.nix
index f71c5db849e2..0acc3cb4589f 100644
--- a/pkgs/development/python-modules/boschshcpy/default.nix
+++ b/pkgs/development/python-modules/boschshcpy/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "boschshcpy";
- version = "0.2.79";
+ version = "0.2.83";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = pname;
rev = version;
- hash = "sha256-boz4CiAmB9guhM9irW3m2ZRlt4mmcopWD+/3Y6O/Mxk=";
+ hash = "sha256-tpncBgKUf2jRmvcHgi2fudTGdCEv0AhHUWD1sPO98/I=";
};
propagatedBuildInputs = [