gnome.gnome-calculator: 45.0.2 → 46.0

https://gitlab.gnome.org/GNOME/gnome-calculator/-/compare/45.0.2...46.0

Note that we run tests for this package.

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong 2024-02-13 11:25:58 +00:00 committed by Maxine Aubrey
parent 53628f6bd6
commit bba3383534
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -1,5 +1,6 @@
{ stdenv
, lib
, appstream
, meson
, ninja
, vala
@ -24,14 +25,15 @@
stdenv.mkDerivation rec {
pname = "gnome-calculator";
version = "45.0.2";
version = "46.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "fcvzI4SJcXHL5Ug+xmTZlOXnVekSrh35EWJPA8kIZ8I=";
hash = "sha256-RGlP2mtiM5I/XBCkjQLSz1ck4BGoqFeJB0yVMQHzO/E=";
};
nativeBuildInputs = [
appstream
meson
ninja
pkg-config