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