Merge pull request #287263 from katexochen/libdnf/0-73-0

libdnf: 0.72.0 -> 0.73.0
This commit is contained in:
Nick Cao 2024-02-08 19:27:58 -05:00 committed by GitHub
commit 2b25058769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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