Loading pkgs/development/python-modules/pure-protobuf/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pure-protobuf"; version = "2.2.3"; version = "2.3.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -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; Loading Loading
pkgs/development/python-modules/pure-protobuf/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pure-protobuf"; version = "2.2.3"; version = "2.3.0"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -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; Loading