libhandy: 1.8.2 → 1.8.3

https://gitlab.gnome.org/GNOME/libhandy/-/compare/1.8.2...1.8.3
This commit is contained in:
Maxine Aubrey 2024-03-03 01:03:25 +01:00
parent ebadd512ec
commit 0e6fcbc70d
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
stdenv.mkDerivation rec {
pname = "libhandy";
version = "1.8.2";
version = "1.8.3";
outputs = [
"out"
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-0RqizT5XCsbQ79ukbRcxR8EfRYJkV+kkwFmQuy4N+a0=";
sha256 = "sha256-BbSXIpBz/1V/ELMm4HTFBm+HQ6MC1IIKuXvLXNLasIc=";
};
depsBuildBuild = [