libdnf: 0.73.0 -> 0.73.1

This commit is contained in:
R. Ryantm 2024-03-29 01:16:34 +00:00
parent b0dc996a60
commit ceea6634e4
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
stdenv.mkDerivation rec {
pname = "libdnf";
version = "0.73.0";
version = "0.73.1";
outputs = [ "out" "dev" "py" ];
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "rpm-software-management";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zduxlroqo7aeQYhiTWmEK47YG/ll8hLH/d3xtXdcYhk=";
hash = "sha256-mZCrJ1fXqKE1sMYKWHLLQEPkdLwPwqJz+8n+DlNmxvM=";
};
nativeBuildInputs = [