Commit a4aac358 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.pypoint: 2.3.0 -> 2.3.1

parent 96400673
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "pypoint";
  version = "2.3.0";
  version = "2.3.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "fredrike";
    repo = "pypoint";
    rev = "v${version}";
    hash = "sha256-609Zme9IUl8eHNxzrYsRAg7bgZho/OklGM7oI+imyZQ=";
    hash = "sha256-fO0un6YIK3jutzUxbu9mSqPZHfLa3pMtfxOy1iV3Qio=";
  };

  propagatedBuildInputs = [