summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-23 11:30:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-23 11:30:16 +0000
commit471d0807d21fbc965bd28867440010ff2b51b343 (patch)
tree8a09d3e014bf8d06500dca160b32495b177954de
parentMerge pull request #305285 from marsam/update-nixd (diff)
downloadnixpkgs-471d0807d21fbc965bd28867440010ff2b51b343.tar.gz
python311Packages.asgineer: 0.8.1 -> 0.8.2
-rw-r--r--pkgs/development/python-modules/asgineer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/asgineer/default.nix b/pkgs/development/python-modules/asgineer/default.nix
index 9bd266aa1957..c1fae6959a69 100644
--- a/pkgs/development/python-modules/asgineer/default.nix
+++ b/pkgs/development/python-modules/asgineer/default.nix
@@ -7,15 +7,15 @@
buildPythonPackage rec {
pname = "asgineer";
- version = "0.8.1";
+ version = "0.8.2";
format = "setuptools";
# PyPI tarball doesn't include tests directory
src = fetchFromGitHub {
owner = "almarklein";
repo = pname;
- rev = "v${version}";
- sha256 = "0hd1i9pc8m7sc8bkn31q4ygkmnl5vklrcziq9zkdiqaqm8clyhcx";
+ rev = "refs/tags/v${version}";
+ sha256 = "sha256-UYnVlsdEhEAJF21zVmjAXX01K6LQR2I+Dfw5tSsmf5E=";
};
nativeCheckInputs = [