summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-10-14 16:38:18 +0200
committerGitHub <noreply@github.com>2021-10-14 16:38:18 +0200
commit5b79e4914640953338261611ca52b034059f5cdc (patch)
tree2b55778ef639d613a433fac3aa81619acecce71e /pkgs
parentf584ae375075fef3b635a3d4c16003c322173e3d (diff)
parent07289dc5ce973505cec8918741a9fbb12629c540 (diff)
Merge pull request #141578 from fabaff/bump-pyvicare
python3Packages.pyvicare: 2.9.1 -> 2.13.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyvicare/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyvicare/default.nix b/pkgs/development/python-modules/pyvicare/default.nix
index 6db3eaae2bd2..7f3b3f5da8f0 100644
--- a/pkgs/development/python-modules/pyvicare/default.nix
+++ b/pkgs/development/python-modules/pyvicare/default.nix
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyvicare";
- version = "2.9.1";
+ version = "2.13.0";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "somm15";
repo = "PyViCare";
rev = version;
- sha256 = "sha256-Uzz2mWBT5BaMxYeR6YFIP1BqTWye1Hz9CTTg/bg4kSU=";
+ sha256 = "sha256-v1twWyxd0nhXxvbRCbnH5TP736eeDYE5Nz62sf6HIcA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;