libdnf: 0.73.2 -> 0.73.3

This commit is contained in:
R. Ryantm
2024-08-15 01:17:37 +00:00
parent 30de35ad01
commit 798a8bfb41
@@ -24,7 +24,7 @@
stdenv.mkDerivation rec {
pname = "libdnf";
version = "0.73.2";
version = "0.73.3";
outputs = [ "out" "dev" "py" ];
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "rpm-software-management";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tdAbkIb3BAhNKFbjIGHEdVNwh3E1sKFLP+L4MhifsQM=";
hash = "sha256-XzPpjnmL2wwLZnLAJLuOQGWXAoCJnij14P6qSXglMhY=";
};
nativeBuildInputs = [