python3Packages.ripe-atlas-cousteau: 1.5.1 -> 2.0.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:47 +01:00
parent 48a10eeada
commit 2ec790b503

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ripe-atlas-cousteau";
version = "1.5.1";
version = "2.0.0";
format = "setuptools";
@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "RIPE-NCC";
repo = pname;
rev = "v${version}";
hash = "sha256-EHZt9Po/1wDwDacXUCVGcuVSOwcIkPCT2JCKGchu8G4=";
rev = "refs/tags/v${version}";
hash = "sha256-z8ZXOiCVYughrbmXfnwtks7NPmYpII2BA0+8mr1cdSQ=";
};
postPatch = ''