lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pysmarlaapi: 0.9.1 -> 0.9.2

Diff: https://github.com/Explicatis-GmbH/pysmarlaapi/compare/refs/tags/0.9.1...refs/tags/0.9.2

Changelog: https://github.com/Explicatis-GmbH/pysmarlaapi/releases/tag/0.9.2

+2 -2
+2 -2
pkgs/development/python-modules/pysmarlaapi/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pysmarlaapi"; 13 - version = "0.9.1"; 13 + version = "0.9.2"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "Explicatis-GmbH"; 18 18 repo = "pysmarlaapi"; 19 19 tag = version; 20 - hash = "sha256-218FEHZsJ+t/60e7j8adb1gABAF2TGR5BN6EHvlMpmA="; 20 + hash = "sha256-UNI0T9YVvtfPJJQIA04ofZ42ZvYo7Kli3+snY5RlVBU="; 21 21 }; 22 22 23 23 build-system = [ flit-core ];