Unverified Commit 31358ae8 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pyvicare: 2.58.0 -> 2.58.1 (#498476)

parents 8ddfac75 8c3de7a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pyvicare";
  version = "2.58.0";
  version = "2.58.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "openviess";
    repo = "PyViCare";
    tag = finalAttrs.version;
    hash = "sha256-+uXn8bFV8tf1j7McdZ4js3SYsi2C2RUdDdooW5bkCLM=";
    hash = "sha256-yCi+Eu3PsxSsvfzoxvTg5FE5wUEtGm4GT1pkzkeNVmI=";
  };

  postPatch = ''