mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
swh-core: 2.13.1 -> 2.21.0
This commit is contained in:
parent
e6a6ab56df
commit
5c436c1266
@ -3,12 +3,12 @@
|
|||||||
with python3Packages;
|
with python3Packages;
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "swh-core";
|
pname = "swh-core";
|
||||||
version = "2.13.1";
|
version = "2.21.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "swh.core";
|
pname = "swh.core";
|
||||||
sha256 = "sha256-na1S2jiRGlIOPpJ1H4Cp9+naK7bTuH6s2nmeo1xQXjQ=";
|
sha256 = "sha256-8zzHoCzA3ka6v6VbtAo7M2pInuY1QN8GvaYQu3201bg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests require network access.
|
# Tests require network access.
|
||||||
|
Loading…
Reference in New Issue
Block a user