glasgow: unstable-2021-03-02 -> unstable-2021-12-12

Cherry-picked from #153163.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
leo60228 2022-01-02 00:15:12 -05:00 committed by Austin Seipp
parent 88e338692e
commit 94f60c1ee9
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D

View file

@ -5,7 +5,7 @@
, setuptools-scm
, pythonOlder
, sdcc
, nmigen
, amaranth
, fx2
, libusb1
, aiohttp
@ -19,23 +19,23 @@
buildPythonPackage rec {
pname = "glasgow";
version = "unstable-2021-03-02";
version = "unstable-2021-12-12";
disabled = pythonOlder "3.7";
# python software/setup.py --version
realVersion = "0.1.dev1660+g${lib.substring 0 7 src.rev}";
realVersion = "0.1.dev1679+g${lib.substring 0 7 src.rev}";
src = fetchFromGitHub {
owner = "GlasgowEmbedded";
repo = "glasgow";
rev = "41c48bbcee284d024e4249a81419fbbae674cf40";
sha256 = "1fg8ps228930d70bczwmcwnrd1gvm02a58mxbpn8pyakwbwwa6hq";
rev = "e640a778c446b7e9812727e73c560d12aeb41d7c";
sha256 = "EsQ9ZjalKDQ54JOonra4yPDI56cF5n86y/Rd798cZsU=";
};
nativeBuildInputs = [ setuptools-scm sdcc ];
propagatedBuildInputs = [
setuptools
nmigen
amaranth
fx2
libusb1
aiohttp