summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-19 11:08:36 +0100
committerGitHub <noreply@github.com>2022-11-19 11:08:36 +0100
commitcec5afb4192c4eaeefce96920f6ffac2dfffa452 (patch)
tree06ac0adba683ef6fdd21d94dbccabe56a705d029 /pkgs/development/python-modules
parent0808915362e54ba14f2c0c9d51a2a1bc455dc445 (diff)
parent63649d36868aa017e0e9e48558a6d00d08742909 (diff)
Merge pull request #201866 from fabaff/boschshcpy-bump
python310Packages.boschshcpy: 0.2.35 -> 0.2.36
Diffstat (limited to 'pkgs/development/python-modules')
-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 9b824c33e7b2..daee50ffa832 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.35";
+ version = "0.2.36";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = pname;
rev = version;
- sha256 = "sha256-MzVv0HN87eDsz0mP/rqH6FZVRgq95iTuu8mikkofT30=";
+ sha256 = "sha256-X/nlu/hwdgmUOw7+hALRhyCG/vphnWAK22fSWuUAjs0=";
};
propagatedBuildInputs = [