mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
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:
parent
88e338692e
commit
94f60c1ee9
1 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, sdcc
|
, sdcc
|
||||||
, nmigen
|
, amaranth
|
||||||
, fx2
|
, fx2
|
||||||
, libusb1
|
, libusb1
|
||||||
, aiohttp
|
, aiohttp
|
||||||
|
@ -19,23 +19,23 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "glasgow";
|
pname = "glasgow";
|
||||||
version = "unstable-2021-03-02";
|
version = "unstable-2021-12-12";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
# python software/setup.py --version
|
# 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 {
|
src = fetchFromGitHub {
|
||||||
owner = "GlasgowEmbedded";
|
owner = "GlasgowEmbedded";
|
||||||
repo = "glasgow";
|
repo = "glasgow";
|
||||||
rev = "41c48bbcee284d024e4249a81419fbbae674cf40";
|
rev = "e640a778c446b7e9812727e73c560d12aeb41d7c";
|
||||||
sha256 = "1fg8ps228930d70bczwmcwnrd1gvm02a58mxbpn8pyakwbwwa6hq";
|
sha256 = "EsQ9ZjalKDQ54JOonra4yPDI56cF5n86y/Rd798cZsU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools-scm sdcc ];
|
nativeBuildInputs = [ setuptools-scm sdcc ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
nmigen
|
amaranth
|
||||||
fx2
|
fx2
|
||||||
libusb1
|
libusb1
|
||||||
aiohttp
|
aiohttp
|
||||||
|
|
Loading…
Reference in a new issue