Unverified Commit 0faec3a1 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

Merge pull request #334963 from r-ryantm/auto-update/dnf-plugins-core

dnf-plugins-core: 4.8.0 -> 4.9.0
parents 6f0fa657 9b013035
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ in

buildPythonPackage rec {
  pname = "dnf-plugins-core";
  version = "4.8.0";
  version = "4.9.0";
  format = "other";

  outputs = [
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "rpm-software-management";
    repo = "dnf-plugins-core";
    rev = "refs/tags/${version}";
    hash = "sha256-8RkTSO+F5fc3T8r79PRoW5KfEG2DmIzN2ylC9Np6LrQ=";
    hash = "sha256-MQ7QZ5qn/0OU0slohwEP83w8NvSP2M+hpCDKvYqlezY=";
  };

  patches = [ ./fix-python-install-dir.patch ];