blueprint-compiler: 2022-03-27 -> 0.2.0

This commit is contained in:
Gabriel Arazas 2022-06-23 17:01:03 +08:00
parent a8820aae0f
commit 63a6ba92e6

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonPackage rec {
pname = "blueprint-compiler";
version = "2022-03-27";
version = "0.2.0";
src = fetchgit {
url = "https://gitlab.gnome.org/jwestman/blueprint-compiler.git";
rev = "e3a37893a8709aa3d6a571ecb5a3f690da0ef82d";
sha256 = "sha256-P9Ixbtdz4vcyz7Mpz3QVbXX0+Uy/HsNq8SSe7Fnp5ko=";
rev = "v${version}";
sha256 = "sha256-LXZ6n1oCbPa0taVbUZf52mGECrzXIcF8EaMVJ30rMtc=";
};
format = "other";