Unverified Commit e5b9fe3d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.swh-core: 4.6.0 -> 4.6.1 (#507429)

parents a1e28fd5 d3582d76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@

buildPythonPackage (finalAttrs: {
  pname = "swh-core";
  version = "4.6.0";
  version = "4.6.1";
  pyproject = true;

  src = fetchFromGitLab {
@@ -53,7 +53,7 @@ buildPythonPackage (finalAttrs: {
    owner = "devel";
    repo = "swh-core";
    tag = "v${finalAttrs.version}";
    hash = "sha256-dI+xfj0DnUbBdYIVycyJQg3B/jnH/eg/Ju8YX2k8Qkc=";
    hash = "sha256-5lL4/Hz8KbWurcDCOHqKh8eNqA1CkliSMCrdeYwqEHs=";
  };

  build-system = [