Commit 5fbb31c7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.pure-protobuf: 2.2.3 -> 2.3.0

parent 5844313b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pure-protobuf";
  version = "2.2.3";
  version = "2.3.0";

  format = "pyproject";
  disabled = pythonOlder "3.7";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "eigenein";
    repo = "protobuf";
    rev = version;
    hash = "sha256-FsVWlYPav4uusdEPXc5hScLeNJWfbSjGOLuZ7yZXyCw=";
    rev = "refs/tags/${version}";
    hash = "sha256-nJ3F8dUrqMeWqTV9ErGqrMvofJwBKwNUDfxWIqFh4nY=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;