1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

Merge pull request #141578 from fabaff/bump-pyvicare

python3Packages.pyvicare: 2.9.1 -> 2.13.0
This commit is contained in:
Fabian Affolter 2021-10-14 16:38:18 +02:00 committed by GitHub
commit 5b79e49146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;