libdnf: 0.73.1 -> 0.73.2

This commit is contained in:
R. Ryantm
2024-06-19 02:44:17 +00:00
parent 78fde8eb60
commit 28cecc5dc9
@@ -24,7 +24,7 @@
stdenv.mkDerivation rec {
pname = "libdnf";
version = "0.73.1";
version = "0.73.2";
outputs = [ "out" "dev" "py" ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "rpm-software-management";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mZCrJ1fXqKE1sMYKWHLLQEPkdLwPwqJz+8n+DlNmxvM=";
hash = "sha256-tdAbkIb3BAhNKFbjIGHEdVNwh3E1sKFLP+L4MhifsQM=";
};
nativeBuildInputs = [