Unverified Commit 7605b083 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #254400 from fabaff/pypoint-bump

python311Packages.pypoint: 2.3.0 -> 2.3.1
parents 81f5a629 a4aac358
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 = [